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:hover {
background-color: var(--bgColor3);
outline: none;
background-color: var(--bgColor4);
}
.menuItem.focused:first-child,