kaoritokashiki 6 лет назад
Родитель
Сommit
3d51a675c8
1 измененных файлов с 5 добавлено и 3 удалено
  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) {