Browse Source

add active color

kaori 4 years ago
parent
commit
0abbef59e5
1 changed files with 3 additions and 0 deletions
  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;
+    }
   }
   }
 }
 }