Parcourir la source

change hover color(active)

kaoritokashiki il y a 6 ans
Parent
commit
c87afa6a20
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/client/styles/scss/theme/_reboot-bootstrap-colors.scss

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

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