mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-10 01:31:45 +00:00
Merge pull request #1914 from tsigo/issue/1910
Fix double icon on header button hover
This commit is contained in:
@ -37,9 +37,6 @@
|
|||||||
background-image: -o-linear-gradient(#595D63 6.6%, #202227);
|
background-image: -o-linear-gradient(#595D63 6.6%, #202227);
|
||||||
background-position:0 0;
|
background-position:0 0;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
i {
|
|
||||||
@extend .icon-white;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
border: 1px solid #31363E;
|
border: 1px solid #31363E;
|
||||||
|
@ -70,9 +70,6 @@
|
|||||||
color:#ccc;
|
color:#ccc;
|
||||||
&:hover {
|
&:hover {
|
||||||
color:#fff;
|
color:#fff;
|
||||||
i {
|
|
||||||
@extend .icon-white;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow:none;
|
box-shadow:none;
|
||||||
|
Reference in New Issue
Block a user