Commit 19b7fc05 authored by Robert Knight's avatar Robert Knight

Experiment with a darker state for expanded top-level items which are hovered

parent e059c87b
......@@ -46,6 +46,13 @@ $menu-item-padding: 10px;
&.is-expanded {
background: $grey-1;
// Since expanded items already have a light grey background, we need to
// make the hover state a little darker. This should match submenu items'
// hover state.
&:hover {
background: $grey-3;
}
}
&.is-selected {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment