Skip to content

Commit ba567c8

Browse files
committed
Merge pull request gitlabhq#1914 from tsigo/issue/1910
Fix double icon on header button hover
2 parents 4f04d7d + 97bf7ac commit ba567c8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

app/assets/stylesheets/themes/ui_mars.scss

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
background-image: -o-linear-gradient(#595D63 6.6%, #202227);
3838
background-position:0 0;
3939
color:#fff;
40-
i {
41-
@extend .icon-white;
42-
}
4340
}
4441

4542
border: 1px solid #31363E;

app/assets/stylesheets/themes/ui_modern.scss

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
color:#ccc;
7171
&:hover {
7272
color:#fff;
73-
i {
74-
@extend .icon-white;
75-
}
7673
}
7774
border: none;
7875
box-shadow:none;

0 commit comments

Comments
 (0)