Simplify user-nav styles to facilitate theming

This commit is contained in:
minusfive
2017-08-24 22:39:14 -04:00
committed by Robin Ward
parent bb3a5910d7
commit d70ecf1c53
2 changed files with 18 additions and 23 deletions

View File

@@ -3,23 +3,6 @@
.d-icon-heart {
color: $love !important;
}
.nav-pills {
a {
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 40%));
}
a:hover i {
color: $quaternary;
}
a.active i {
color: $secondary;
}
i {
color: dark-light-choose(scale-color($primary, $lightness: 55%), scale-color($secondary, $lightness: 55%));
}
}
}
.user-field {
@@ -161,11 +144,9 @@
.user-nav {
margin: 5px 0px;
padding-top: 10px;
.d-icon {
margin-right: 5px;
}
.d-icon-comment {
margin-right: 2px;
li a {
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 40%));
}
}