Browse Source

Merge pull request #1872 from weseek/imprv/revisionid-of-comments

badge-primary adjustment
Yuki Takei 6 years ago
parent
commit
f745f7a639
1 changed files with 5 additions and 3 deletions
  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) {
+    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) {