Skip to content
Snippets Groups Projects
Commit ebfaaffe authored by Taurie Davis's avatar Taurie Davis
Browse files

Add hover state to navigation rows

parent c5482796
Branches
Tags
No related merge requests found
Loading
Loading
@@ -51,19 +51,26 @@
margin-bottom: -1px;
font-size: 15px;
line-height: 28px;
color: #959494;
color: $note-toolbar-color;
border-bottom: 2px solid transparent;
 
&:hover,
&:active,
&:focus {
text-decoration: none;
border-bottom: 2px solid $gray-darkest;
color: $black;
.badge {
color: $black;
}
}
}
 
&.active a {
border-bottom: 2px solid $link-underline-blue;
color: $black;
font-weight: 600;
}
 
.badge {
Loading
Loading
@@ -85,14 +92,20 @@
 
li {
 
&.active a {
border-bottom: none;
}
a {
margin: 0;
padding: 11px 10px 9px;
}
 
&.active a {
&:hover,
&:active,
&:focus {
color: $black;
border-bottom: none;
color: $link-underline-blue;
}
}
}
}
Loading
Loading
@@ -310,37 +323,9 @@
height: 51px;
 
li {
a {
padding-top: 10px;
}
a,
i {
color: $layout-link-gray;
}
&.active {
a,
i {
color: $black;
}
svg {
path,
polygon {
fill: $black;
}
}
}
&:hover {
a,
i {
color: $black;
}
}
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment