From faf0674a37d363c93cd582676b9b4a6aa392c396 Mon Sep 17 00:00:00 2001 From: Rahix Date: Thu, 12 Mar 2026 00:10:42 +0100 Subject: [PATCH] [FAFO] Disable button transition animations --- css/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/base.less b/css/base.less index ca77f34..ce89f98 100755 --- a/css/base.less +++ b/css/base.less @@ -27,7 +27,7 @@ @grid: @margin-small; @toggle-size: 1.75rem; -@transition: ease-out .30s; +@transition: none; @box-shadow-offset: .1em .1em .1em rgba(153,153,153,.5); // tabinclude @box-shadow: 0 0 .5em rgba(153,153,153,.5); // pagetoolbox hover