mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
fix: mute button delays disappearing
This commit is contained in:
parent
cfa9b4673e
commit
e7240ea6b4
1 changed files with 2 additions and 0 deletions
|
@ -102,11 +102,13 @@ a {
|
||||||
border-radius: 0 0 0.5em 0;
|
border-radius: 0 0 0.5em 0;
|
||||||
border-width: 0 0.1em 0.1em 0;
|
border-width: 0 0.1em 0.1em 0;
|
||||||
transition: opacity 0.5s;
|
transition: opacity 0.5s;
|
||||||
|
transition-delay: 1s;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#muteToggle:hover {
|
#muteToggle:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
transition-delay: 0s;
|
||||||
}
|
}
|
||||||
#muteToggle:before {
|
#muteToggle:before {
|
||||||
content: 'Mute';
|
content: 'Mute';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue