Commit 97bf7ac39799619aa4fb4818678cb01373b72388

Authored by Robert Speicher
1 parent f8e27b92

Fix double icon on header button hover

app/assets/stylesheets/themes/ui_mars.scss
@@ -37,9 +37,6 @@ @@ -37,9 +37,6 @@
37 background-image: -o-linear-gradient(#595D63 6.6%, #202227); 37 background-image: -o-linear-gradient(#595D63 6.6%, #202227);
38 background-position:0 0; 38 background-position:0 0;
39 color:#fff; 39 color:#fff;
40 - i {  
41 - @extend .icon-white;  
42 - }  
43 } 40 }
44 41
45 border: 1px solid #31363E; 42 border: 1px solid #31363E;
app/assets/stylesheets/themes/ui_modern.scss
@@ -70,9 +70,6 @@ @@ -70,9 +70,6 @@
70 color:#ccc; 70 color:#ccc;
71 &:hover { 71 &:hover {
72 color:#fff; 72 color:#fff;
73 - i {  
74 - @extend .icon-white;  
75 - }  
76 } 73 }
77 border: none; 74 border: none;
78 box-shadow:none; 75 box-shadow:none;