mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
tooltip: ignore $tooltip-margin
warning for core
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
padding: var(--#{$prefix}tooltip-arrow-height);
|
padding: var(--#{$prefix}tooltip-arrow-height);
|
||||||
margin: var(--#{$prefix}tooltip-margin);
|
margin: var(--#{$prefix}tooltip-margin);
|
||||||
@include deprecate("`$tooltip-margin`", "v5", "v5.x", );
|
@include deprecate("`$tooltip-margin`", "v5", "v5.x", true);
|
||||||
// Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
|
// Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
|
||||||
// So reset our font and text properties to avoid inheriting weird values.
|
// So reset our font and text properties to avoid inheriting weird values.
|
||||||
@include reset-text();
|
@include reset-text();
|
||||||
|
Reference in New Issue
Block a user