navigation active class

This commit is contained in:
2015-10-03 22:44:36 -05:00
parent 7afe8d137c
commit 1e3917ada0
7 changed files with 38 additions and 14 deletions

View File

@ -13,6 +13,15 @@
a {
color: $light;
}
&.active {
background-color: $taupe;
a {
color: $dark;
cursor: default;
}
}
}
}
@ -27,5 +36,14 @@
background-color: $light;
}
}
.active a {
color: $grey;
cursor: default;
&:hover {
background-color: transparent;
}
}
}