From dc93f8c6cc221adf2928bac7fa345f55b3ef36bd Mon Sep 17 00:00:00 2001 From: sefaria Date: Mon, 15 Jun 2026 22:38:29 +0200 Subject: [PATCH] reset scal for pressed button --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index fdb87af..5b34941 100644 --- a/css/style.css +++ b/css/style.css @@ -445,12 +445,13 @@ button:hover, .button-primary:hover, .logo:hover { button:active, .button-primary:active, .button-secondary:active, .logo:active { box-shadow: var(--shadow-button-active); text-decoration: none; - transform: scale(1.05); + transform: scale(1.00); } button:active, .button-primary:active, .logo:active { background: var(--color-button-primary-active); color: var(--color-text-button-primary-active); + transform: scale(1.00); } .button-secondary:active {