Browse Source

enhance: make the link stand out when hovering it

Tienson Qin 3 years ago
parent
commit
79464a5ad9
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/main/frontend/components/sidebar.css

+ 1 - 5
src/main/frontend/components/sidebar.css

@@ -139,11 +139,7 @@
     }
 
     &:hover {
-      opacity: .8;
-
-      .ti {
-        opacity: .8;
-      }
+      color: var(--ls-secondary-text-color);
     }
   }