Commit ba567c8d76dabeb1cd80f0dce3683977a966a9a1

Authored by Dmitriy Zaporozhets
2 parents 4f04d7df 97bf7ac3

Merge pull request #1914 from tsigo/issue/1910

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;
... ...