Fix navigation buttons on FF

stable
Xavier Julián 2016-03-18 14:13:54 +01:00
parent d5dcb3d287
commit 228cce471e
1 changed files with 1 additions and 5 deletions

View File

@ -53,7 +53,7 @@ $dropdown-width: 350px;
display: inline-block;
transition: all .2s linear;
svg {
fill: darken($primary-dark, 8%);
fill: rgba($primary-dark, .8);
transition: all .2s linear;
}
&:hover {
@ -85,10 +85,6 @@ $dropdown-width: 350px;
max-height: 1.2rem;
max-width: 1.2rem;
width: 1.2rem;
path {
fill: $top-icon-color;
transition: all .2s;
}
}
.topnav-dropdown-wrapper {
position: relative;