Browse Source

add active color

kaori 4 năm trước cách đây
mục cha
commit
0abbef59e5
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;
+    }
   }
 }