mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Deprecate the tooltip-arrow-bg color since we're using CSS variables to set tooltip colors
This commit is contained in:
parent
a68e1af2d5
commit
91312486b2
@ -15,8 +15,6 @@
|
|||||||
--#{$variable-prefix}tooltip-arrow-height: #{$tooltip-arrow-height};
|
--#{$variable-prefix}tooltip-arrow-height: #{$tooltip-arrow-height};
|
||||||
// scss-docs-end tooltip-css-vars
|
// scss-docs-end tooltip-css-vars
|
||||||
|
|
||||||
$tooltip-arrow-color: null;
|
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: var(--#{$variable-prefix}tooltip-zindex);
|
z-index: var(--#{$variable-prefix}tooltip-zindex);
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -1294,7 +1294,9 @@ $tooltip-margin: 0 !default;
|
|||||||
|
|
||||||
$tooltip-arrow-width: .8rem !default;
|
$tooltip-arrow-width: .8rem !default;
|
||||||
$tooltip-arrow-height: .4rem !default;
|
$tooltip-arrow-height: .4rem !default;
|
||||||
$tooltip-arrow-color: $tooltip-bg !default;
|
// fusv-disable
|
||||||
|
$tooltip-arrow-color: null !default; // Deprecated in v5.2.0 for CSS variables
|
||||||
|
// fusv-enable
|
||||||
// scss-docs-end tooltip-variables
|
// scss-docs-end tooltip-variables
|
||||||
|
|
||||||
// Form tooltips must come after regular tooltips
|
// Form tooltips must come after regular tooltips
|
||||||
|
Loading…
x
Reference in New Issue
Block a user