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.focused,
|
||||||
.menuItem:hover {
|
.menuItem:hover {
|
||||||
background-color: var(--bgColor3);
|
background-color: var(--bgColor4);
|
||||||
outline: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuItem.focused:first-child,
|
.menuItem.focused:first-child,
|
||||||
|
|
Loading…
Add table
Reference in a new issue