fix: [code-706]: fix color of hover

This commit is contained in:
calvin 2023-08-04 18:39:48 -06:00
parent 488ef60966
commit faab869933

View File

@ -64,8 +64,7 @@
overflow-y: auto; overflow-y: auto;
.menuItem:hover { .menuItem:hover {
background: unset; background: rgba(0, 146, 228, 0.0392156863) !important;
border: 1px solid var(--primary-7);
border-radius: 4px; border-radius: 4px;
} }
} }