Weird behavior on color transition in menu selector

stable
Xavier Julián 2014-08-29 16:05:44 +02:00
parent 08d28431f6
commit cb28972561
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@
&:hover {
@include transition (background-color .3s linear);
background-color: $gray;
color: $green-taiga;
.icon {
@include transition (opacity .3s linear);
opacity: 1;