소스 검색

Merge pull request #1842 from weseek/imprv/change-nav-text-color

change hover-color of admin-navigation
Yuki Takei 6 년 전
부모
커밋
cadc899308
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/client/styles/scss/theme/_reboot-bootstrap-colors.scss

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

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