diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-05 03:27:48 -0800 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-05 03:27:48 -0800 |
| commit | ba567c8d76dabeb1cd80f0dce3683977a966a9a1 (patch) | |
| tree | 7e6a0c050b676e3d02f912bba01cb3747f39f676 /app | |
| parent | 4f04d7df66cef913ef06cef259b8a01793841434 (diff) | |
| parent | 97bf7ac39799619aa4fb4818678cb01373b72388 (diff) | |
| download | gitlab-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.scss | 3 | ||||
| -rw-r--r-- | app/assets/stylesheets/themes/ui_modern.scss | 3 |
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; |
