Ver Fonte

change hover color(active)

kaoritokashiki há 6 anos atrás
pai
commit
b0ea02d33e

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

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