Explorar o código

fix active color

kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
88612345fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
       }
     }