Another tooltips fix: pointer-events (#11267)

* tooltips 1.0.1

* tooltips 1.0.1

* tooltip fix
This commit is contained in:
ludwiczakpawel 2020-11-05 11:30:57 +01:00 committed by GitHub
parent 06c561c418
commit fd43d6bcd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)));