瀏覽代碼

add active color

kaori 4 年之前
父節點
當前提交
0abbef59e5
共有 1 個文件被更改,包括 3 次插入0 次删除
  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 {
     &:hover {
       background: #e0e6f7;
       background: #e0e6f7;
     }
     }
+    &:active {
+      background: #ccd5f1;
+    }
   }
   }
 }
 }