File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
position : absolute ;
8
8
z-index : $z-index-higher ;
9
9
display : block ;
10
- padding : $tooltip-margin ;
11
10
max-width : $tooltip-max-width ;
11
+ padding : $tooltip-margin ;
12
12
font-family : Roboto, sans-serif ;
13
13
font-size : $tooltip-font-size ;
14
14
font-weight : $font-weight-bold ;
15
15
line-height : $font-size-small ;
16
16
text-align : center ;
17
- pointer-events : none ;
18
17
text-transform : none ;
18
+ pointer-events : none ;
19
19
transition : $animation-curve-default $tooltip-animation-duration transform ;
20
20
transform : scale (0 ) translateX (-50% );
21
21
transform-origin : top left ;
47
47
}
48
48
49
49
.tooltipInner {
50
- background : $tooltip-background ;
51
- border-radius : $tooltip-border-radius ;
52
- color : $tooltip-color ;
53
50
display : block ;
54
51
padding : $tooltip-padding ;
52
+ color : $tooltip-color ;
53
+ background : $tooltip-background ;
54
+ border-radius : $tooltip-border-radius ;
55
55
}
You can’t perform that action at this time.
0 commit comments