Fix dropdown hover/focused color
This commit is contained in:
parent
c051c96587
commit
0c1ca27333
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@
|
|||
|
||||
.menuItem.focused,
|
||||
.menuItem:hover {
|
||||
background-color: var(--bgColor3);
|
||||
outline: none;
|
||||
background-color: var(--bgColor4);
|
||||
}
|
||||
|
||||
.menuItem.focused:first-child,
|
||||
|
|
Loading…
Reference in a new issue