Commit 0af6b991 by Brian Talbot

studio - nav: generalizing is-selected styling

parent 03e7d2e7
......@@ -151,14 +151,6 @@
font-weight: 600;
color: $gray-d3;
&:hover, &:active, &.is-selected {
color: $blue;
.icon-expand {
color: $blue;
}
}
.label-prefix {
display: block;
@include font-size(11);
......@@ -546,6 +538,14 @@ body.signin .nav-not-signedin-signup {
.nav-item .title {
outline: 0;
cursor: pointer;
&:hover, &:active, &.is-selected {
color: $blue;
.icon-expand {
color: $blue;
}
}
}
}
......
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