소스 검색

change .badge-primary to .badge

kaoritokashiki 6 년 전
부모
커밋
1bf659ba2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/styles/scss/theme/_reboot-bootstrap-colors.scss

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

@@ -190,7 +190,7 @@ body {
 //
 
 a {
-  :not(.badge-primary) {
+  :not(.badge) {
     color: $link-color;
     // text-decoration: $link-decoration;
     background-color: transparent; // Remove the gray background on active links in IE 10.