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