diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss
index c630f38894538091b56e7ae1b9fb3ff4860782fa..77507569a49de3fec430268237f86e3868e978e2 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 1f0d795562ba1185bf9cd57bb0217c658f22ee70..8b9421495192d641b09cc53b0923fd76b4973b6e 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;