Commit 8b7a7887 authored by Robert Knight's avatar Robert Knight

Update style for dropdown menus

 * Use the brand color for hovered items,
   including selected items.

Card 87
parent 43085602
...@@ -188,11 +188,10 @@ html { ...@@ -188,11 +188,10 @@ html {
} }
&:hover { &:hover {
color: black; color: $brand-color;
} }
&.selected { &.selected {
color: black;
font-weight: 600; font-weight: 600;
line-height: 1; line-height: 1;
&:before { &:before {
......
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