summaryrefslogtreecommitdiff
path: root/src/components/SideBar.module.scss
diff options
context:
space:
mode:
authorOlivi <[email protected]>2026-04-13 23:10:10 +0800
committerOlivi <[email protected]>2026-04-13 23:10:10 +0800
commitf6531f080ef15c0a55387057cdbc4be71371818c (patch)
treec38a5d5b2b2e874217c373c160a13027a30485cc /src/components/SideBar.module.scss
parent57b2b5491c9c2cfb0f41606120b67cbb42350fa9 (diff)
chore: remove unnecessary hover effects and adjust styles & adjust layout Overview
Diffstat (limited to 'src/components/SideBar.module.scss')
-rw-r--r--src/components/SideBar.module.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/SideBar.module.scss b/src/components/SideBar.module.scss
index 2d73535..aab6324 100644
--- a/src/components/SideBar.module.scss
+++ b/src/components/SideBar.module.scss
@@ -74,7 +74,6 @@
&:hover {
background-color: rgba(176, 206, 255, 0.221);
color: var(--color-focus-blue);
- transform: translateX(2px);
}
@media (--breakpoint-not-small) {
@@ -110,10 +109,6 @@
}
}
-.row:hover svg {
- transform: scale(1.06);
-}
-
.rowActive {
background: linear-gradient(135deg, #60a5fa 0%, var(--color-focus-blue) 100%);
color: #fff;