Jelajahi Sumber

fix active color

kaori 4 tahun lalu
induk
melakukan
88612345fa
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
       }
     }