Skip to content

Commit

Permalink
Update ui.css
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-leech committed Nov 29, 2023
1 parent 4665483 commit 1448bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1068,11 +1068,11 @@ label.checkbox {
padding: 5px;
}
& > li:hover {
background-color: var(--color-light);
background-color: var(--color-mid);
cursor: pointer;
}
& > li.selected {
background-color: var(--color-light-secondary);
background-color: var(--color-mid);
}
& .label {
padding: 0 6px;
Expand Down

0 comments on commit 1448bd3

Please sign in to comment.