fix(ui): prevent tooltip fade when forceOpen is true
This commit is contained in:
parent
3d956c5f7e
commit
fba77a364c
3 changed files with 3 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
/* transform: translate3d(0, 0, 0); */
|
||||
}
|
||||
|
||||
&[data-closed] {
|
||||
&[data-closed]:not([data-force-open="true"]) {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue