Explorar o código

revert _reboot-bootstrap-colors to plane

Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
4e38ea51c3

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

@@ -190,17 +190,13 @@ body {
 //
 //
 
 
 a {
 a {
-  :not(.badge) {
-    color: $link-color;
-    // text-decoration: $link-decoration;
-    background-color: transparent; // Remove the gray background on active links in IE 10.
-  }
+  color: $link-color;
+  text-decoration: $link-decoration;
+  background-color: transparent; // Remove the gray background on active links in IE 10.
 
 
   @include hover() {
   @include hover() {
-    &:not(.list-group-item) {
-      color: $link-hover-color;
-      // text-decoration: $link-hover-decoration;
-    }
+    color: $link-hover-color;
+    text-decoration: $link-hover-decoration;
   }
   }
 }
 }