Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
6e438c7eb7
17 changed files with 143 additions and 26 deletions
|
@ -254,6 +254,9 @@
|
|||
height: 32px;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.cd-queue-item:hover {
|
||||
background: var(--selected);
|
||||
}
|
||||
.cd-queue-item.selected {
|
||||
background: var(--selected);
|
||||
}
|
||||
|
|
|
@ -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