Explorar el Código

add active color

kaori hace 4 años
padre
commit
0abbef59e5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      packages/app/src/styles/theme/_apply-colors.scss

+ 3 - 0
packages/app/src/styles/theme/_apply-colors.scss

@@ -545,6 +545,9 @@ body.pathname-sidebar {
     &:hover {
       background: #e0e6f7;
     }
+    &:active {
+      background: #ccd5f1;
+    }
   }
 }