Prettier
This commit is contained in:
parent
74d46444f5
commit
7a7a401114
1 changed files with 4 additions and 2 deletions
|
@ -239,10 +239,12 @@ $number-of-channels: 3;
|
|||
visibility: hidden;
|
||||
z-index: 999;
|
||||
}
|
||||
.__react_component_tooltip.allow_hover, .__react_component_tooltip.allow_click {
|
||||
.__react_component_tooltip.allow_hover,
|
||||
.__react_component_tooltip.allow_click {
|
||||
pointer-events: auto;
|
||||
}
|
||||
.__react_component_tooltip::before, .__react_component_tooltip::after {
|
||||
.__react_component_tooltip::before,
|
||||
.__react_component_tooltip::after {
|
||||
content: "";
|
||||
width: 0;
|
||||
height: 0;
|
||||
|
|
Loading…
Reference in a new issue