Add hover effect on queue item. (#1053)
This commit is contained in:
parent
c50c271838
commit
fad3edb764
2 changed files with 7 additions and 0 deletions
|
@ -306,6 +306,10 @@
|
|||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--selected);
|
||||
}
|
||||
|
||||
&.selected {
|
||||
background: var(--selected);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue