fix hovering over the tooltip position showing it

This commit is contained in:
Send_Nukez 2021-10-13 11:58:37 +02:00
parent 4b0d35db34
commit 0fbaa39229

View file

@ -637,6 +637,7 @@ input:hover:not([disabled]):not(:active)~.x-toggle-indicatorWrapper {
text-align: center;
color: var(--spice-text);
background-color: var(--spice-button);
pointer-events: none;
}
.playback-bar:not(:active) .prog-tooltip {