Jelajahi Sumber

add active color

kaori 4 tahun lalu
induk
melakukan
0abbef59e5
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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;
+    }
   }
 }