Another tooltips fix: pointer-events (#11267)
* tooltips 1.0.1 * tooltips 1.0.1 * tooltip fix
This commit is contained in:
parent
06c561c418
commit
fd43d6bcd6
1 changed files with 2 additions and 1 deletions
|
|
@ -23,11 +23,12 @@
|
|||
text-align: left;
|
||||
transition-delay: 250ms;
|
||||
z-index: var(--z-popover);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
z-index: var(--z-popover);
|
||||
|
||||
|
||||
&:after {
|
||||
opacity: 1;
|
||||
transform: translateY(calc(-1 * var(--su-1)));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue