kaori 4 лет назад
Родитель
Сommit
88612345fa
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/styles/theme/mixins/_list-group.scss

+ 1 - 1
packages/app/src/styles/theme/mixins/_list-group.scss

@@ -53,7 +53,7 @@
       &:hover {
         background-color: $bgcolor-hover;
       }
-      &.active {
+      &:active {
         background-color: $bgcolor-active;
       }
     }