Fix double icon on header button hover

This commit is contained in:
Robert Speicher 2012-11-04 16:29:44 -05:00
parent f8e27b92bf
commit 97bf7ac397
2 changed files with 0 additions and 6 deletions

View file

@ -37,9 +37,6 @@
background-image: -o-linear-gradient(#595D63 6.6%, #202227);
background-position:0 0;
color:#fff;
i {
@extend .icon-white;
}
}
border: 1px solid #31363E;

View file

@ -70,9 +70,6 @@
color:#ccc;
&:hover {
color:#fff;
i {
@extend .icon-white;
}
}
border: none;
box-shadow:none;