kaoritokashiki 6 лет назад
Родитель
Сommit
2707b67baa
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

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