mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 20:41:57 +00:00
Fix dragging progress bar tooltip hiding when mouse moves too far up / down.
This commit is contained in:
parent
3133b24ea4
commit
a489db6ba6
1 changed files with 5 additions and 0 deletions
5
user.css
5
user.css
|
|
@ -597,6 +597,11 @@ li.GlueDropTarget {
|
|||
transition: opacity,left 0.2s ease;
|
||||
}
|
||||
|
||||
.playback-bar:active .prog-tooltip {
|
||||
opacity: 1;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.playback-bar:hover .prog-tooltip {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue