Skip to content
Snippets Groups Projects
Commit 04126be8 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Highlight nav item on hover

parent 95140187
No related branches found
No related tags found
1 merge request!7366Cycle analytics second iteration frontend
Pipeline #
Loading
Loading
@@ -215,6 +215,7 @@
border-bottom: 1px solid transparent;
border-right: 1px solid $border-color;
background-color: $gray-light;
cursor: default;
 
&.active {
background-color: transparent;
Loading
Loading
@@ -228,6 +229,11 @@
}
}
 
&:hover:not(.active) {
background-color: $gray-lightest;
box-shadow: inset 2px 0 0 0 $border-color;
}
&:first-child {
border-top: none;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment