Skip to content

Commit bfb76d7

Browse files
authored
fix(scss notation): fix & notation for tooltips (#4997)
1 parent 4fa5535 commit bfb76d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ui/components/tooltips/base/_deprecate.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
.slds-tooltip {
77
@include popover($color: $color-background-inverse);
8+
}
89

9-
&__body {
10-
padding: $spacing-x-small $spacing-small;
11-
font-size: $font-size-2;
12-
color: $color-text-inverse;
13-
}
10+
.slds-tooltip__body {
11+
padding: $spacing-x-small $spacing-small;
12+
font-size: $font-size-2;
13+
color: $color-text-inverse;
1414
}
1515
}

0 commit comments

Comments
 (0)