summaryrefslogtreecommitdiff
path: root/src/components/Button.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/Button.module.scss
parent57b2b5491c9c2cfb0f41606120b67cbb42350fa9 (diff)
chore: remove unnecessary hover effects and adjust styles & adjust layout Overview
Diffstat (limited to 'src/components/Button.module.scss')
-rw-r--r--src/components/Button.module.scss4
1 files changed, 0 insertions, 4 deletions
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;