Commit 0af6b991 by Brian Talbot

studio - nav: generalizing is-selected styling

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