Skip to content
Snippets Groups Projects
Commit ba567c8d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #1914 from tsigo/issue/1910

Fix double icon on header button hover
parents 4f04d7df 97bf7ac3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
Loading
Loading
@@ -70,9 +70,6 @@
color:#ccc;
&:hover {
color:#fff;
i {
@extend .icon-white;
}
}
border: none;
box-shadow:none;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment