Fix dropdown hover/focused color

This commit is contained in:
Robert Long 2021-12-13 11:58:30 -08:00
parent c051c96587
commit 0c1ca27333

View file

@ -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,