Disabling tooltip hover activation
This commit is contained in:
parent
316a35d137
commit
fab28a907d
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,14 @@
|
|||
|
||||
.scene > figure.root figure.interactive:hover > .tooltip {
|
||||
opacity: 0.8
|
||||
opacity: 0.8;
|
||||
|
||||
&:hover {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
.scene > figure.root .tooltip {
|
||||
width: fit-content;
|
||||
padding: 5px;
|
||||
opacity: 0;
|
||||
|
|
Loading…
Reference in a new issue