diff options
Diffstat (limited to 'scss/_tooltip.scss')
| -rw-r--r-- | scss/_tooltip.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_tooltip.scss b/scss/_tooltip.scss index 7cad15000..4117f8999 100644 --- a/scss/_tooltip.scss +++ b/scss/_tooltip.scss @@ -2,6 +2,8 @@ .tooltip { z-index: $zindex-tooltip; display: block; + margin: $tooltip-margin; + @include deprecate("`$tooltip-margin`", "v5", "v5.x", ); // 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. @include reset-text(); |
