Skip to content

Commit f454a32

Browse files
committed
chore: clean-up
1 parent 776653a commit f454a32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scss/_tooltip.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717

1818
z-index: var(--#{$prefix}tooltip-zindex);
1919
display: block;
20-
padding: var(--#{$prefix}tooltip-arrow-height);
2120
margin: var(--#{$prefix}tooltip-margin);
22-
@include deprecate("`$tooltip-margin`", "v5", "v5.x", true);
2321
// Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
2422
// So reset our font and text properties to avoid inheriting weird values.
2523
@include reset-text();

0 commit comments

Comments
 (0)