1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +01:00

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

View File

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