akira-s 6 лет назад
Родитель
Сommit
0194664d01
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      src/client/styles/scss/_layout_kibela.scss

+ 7 - 1
src/client/styles/scss/_layout_kibela.scss

@@ -124,11 +124,17 @@ body.kibela {
     .list-group-item + .list-group-item.active {
       margin-top: 2px;
     }
-    
+
     .list-group-item.active {
       background: #1256a3;
       color: #fff;
     }
+
+    .list-group-item {
+      &:hover {
+        background: #eee;
+      }
+    }
   }
 
   /* search page */