From a6c7b063cac075ef5b6171b64afd06127e42bf8d Mon Sep 17 00:00:00 2001 From: sefaria Date: Mon, 15 Jun 2026 22:58:43 +0200 Subject: [PATCH] fix button:active scale --- css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/style.css b/css/style.css index 4d8fb72..28e6d71 100644 --- a/css/style.css +++ b/css/style.css @@ -451,7 +451,6 @@ button:active, .button-primary:active, .button-secondary:active, .logo:active { 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 {