Explorar el Código

badge-primary adjustment

kaoritokashiki hace 6 años
padre
commit
3d51a675c8
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      src/client/styles/scss/theme/_reboot-bootstrap-colors.scss

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

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