From 97bf7ac39799619aa4fb4818678cb01373b72388 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Sun, 4 Nov 2012 16:29:44 -0500 Subject: [PATCH] Fix double icon on header button hover --- app/assets/stylesheets/themes/ui_mars.scss | 3 --- 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 c630f38..7750756 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 1f0d795..8b94214 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; -- libgit2 0.21.2