Change focused styling of logo to be normal

This commit is contained in:
Brett Sun 2015-10-27 16:04:28 +01:00
parent 7e438dcaf5
commit c362b960dd
1 changed files with 4 additions and 2 deletions

View File

@ -98,11 +98,13 @@ hr {
.icon-ascribe-logo {
color: $ascribe--nav-fg-prim-color;
&:hover,
&:focus {
&:hover {
color: $ascribe--nav-fg-sec-color;
text-decoration: none;
}
&:focus {
text-decoration: none;
}
}
.img-brand {