summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-05 03:27:48 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-05 03:27:48 -0800
commitba567c8d76dabeb1cd80f0dce3683977a966a9a1 (patch)
tree7e6a0c050b676e3d02f912bba01cb3747f39f676 /app
parent4f04d7df66cef913ef06cef259b8a01793841434 (diff)
parent97bf7ac39799619aa4fb4818678cb01373b72388 (diff)
downloadgitlab-ce-ba567c8d76dabeb1cd80f0dce3683977a966a9a1.tar.gz
Merge pull request #1914 from tsigo/issue/1910
Fix double icon on header button hover
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/themes/ui_mars.scss3
-rw-r--r--app/assets/stylesheets/themes/ui_modern.scss3
2 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss
index c630f388945..77507569a49 100644
--- a/app/assets/stylesheets/themes/ui_mars.scss
+++ b/app/assets/stylesheets/themes/ui_mars.scss
@@ -37,9 +37,6 @@
background-image: -o-linear-gradient(#595D63 6.6%, #202227);
background-position:0 0;
color:#fff;
- i {
- @extend .icon-white;
- }
}
border: 1px solid #31363E;
diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss
index 1f0d795562b..8b942149519 100644
--- a/app/assets/stylesheets/themes/ui_modern.scss
+++ b/app/assets/stylesheets/themes/ui_modern.scss
@@ -70,9 +70,6 @@
color:#ccc;
&:hover {
color:#fff;
- i {
- @extend .icon-white;
- }
}
border: none;
box-shadow:none;