Explorar el Código

fix active color

kaori hace 4 años
padre
commit
88612345fa
Se han modificado 1 ficheros con 1 adiciones y 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;
       }
     }