Parcourir la source

badge-primary adjustment

kaoritokashiki il y a 6 ans
Parent
commit
3d51a675c8
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  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 {
 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() {
   @include hover() {
     &:not(.list-group-item) {
     &:not(.list-group-item) {