Fix MenuList submenu reachability on hover and other styling

This commit is contained in:
Keavon Chambers
2023-04-27 13:08:33 -07:00
parent 0bac707241
commit 44c26f1570
3 changed files with 24 additions and 19 deletions
@@ -318,7 +318,7 @@
padding: 9px 0;
border: none;
border-radius: 2px;
background: rgba(var(--color-1-nearblack-rgb), 0.75);
background: none;
&:hover {
background: var(--color-5-dullgray);