From f6531f080ef15c0a55387057cdbc4be71371818c Mon Sep 17 00:00:00 2001 From: Olivi <225673551+Olivi-9@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:10:10 +0800 Subject: chore: remove unnecessary hover effects and adjust styles & adjust layout Overview --- src/components/Button.module.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/components/Button.module.scss') diff --git a/src/components/Button.module.scss b/src/components/Button.module.scss index 5bb68be..5dd6733 100644 --- a/src/components/Button.module.scss +++ b/src/components/Button.module.scss @@ -26,10 +26,6 @@ transform: translateY(-1px); box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } - &:active { - transform: scale(0.97); - box-shadow: none; - } font-size: 0.75em; padding: 4px 7px; -- cgit v1.3.1