Quellcode durchsuchen

change icons' color when they're active

kaoritokashiki vor 6 Jahren
Ursprung
Commit
28c36ff86d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/client/styles/scss/theme/_reboot-bootstrap-colors.scss

+ 1 - 1
src/client/styles/scss/theme/_reboot-bootstrap-colors.scss

@@ -195,7 +195,7 @@ a {
   background-color: transparent; // Remove the gray background on active links in IE 10.
 
   @include hover() {
-    :not(.active) {
+    :not(.active) :not(.icon-fw) {
       color: $link-hover-color;
       // text-decoration: $link-hover-decoration;
     }