Skip to content

Commit f09a9d7

Browse files
committed
Fix linter for tooltip theme
1 parent c671290 commit f09a9d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/tooltip/theme.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
position: absolute;
88
z-index: $z-index-higher;
99
display: block;
10-
padding: $tooltip-margin;
1110
max-width: $tooltip-max-width;
11+
padding: $tooltip-margin;
1212
font-family: Roboto, sans-serif;
1313
font-size: $tooltip-font-size;
1414
font-weight: $font-weight-bold;
1515
line-height: $font-size-small;
1616
text-align: center;
17-
pointer-events: none;
1817
text-transform: none;
18+
pointer-events: none;
1919
transition: $animation-curve-default $tooltip-animation-duration transform;
2020
transform: scale(0) translateX(-50%);
2121
transform-origin: top left;
@@ -47,9 +47,9 @@
4747
}
4848

4949
.tooltipInner {
50-
background: $tooltip-background;
51-
border-radius: $tooltip-border-radius;
52-
color: $tooltip-color;
5350
display: block;
5451
padding: $tooltip-padding;
52+
color: $tooltip-color;
53+
background: $tooltip-background;
54+
border-radius: $tooltip-border-radius;
5555
}

0 commit comments

Comments
 (0)