Commit 04126be8 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Highlight nav item on hover

parent 95140187
...@@ -215,6 +215,7 @@ ...@@ -215,6 +215,7 @@
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
border-right: 1px solid $border-color; border-right: 1px solid $border-color;
background-color: $gray-light; background-color: $gray-light;
cursor: default;
&.active { &.active {
background-color: transparent; background-color: transparent;
...@@ -228,6 +229,11 @@ ...@@ -228,6 +229,11 @@
} }
} }
&:hover:not(.active) {
background-color: $gray-lightest;
box-shadow: inset 2px 0 0 0 $border-color;
}
&:first-child { &:first-child {
border-top: none; border-top: none;
} }
......
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