Fix dropdown hover/focused color
This commit is contained in:
@@ -25,8 +25,7 @@
|
||||
|
||||
.menuItem.focused,
|
||||
.menuItem:hover {
|
||||
background-color: var(--bgColor3);
|
||||
outline: none;
|
||||
background-color: var(--bgColor4);
|
||||
}
|
||||
|
||||
.menuItem.focused:first-child,
|
||||
|
||||
Reference in New Issue
Block a user