From 7c0735e916f04064434dea0892e82490a5aca237 Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Fri, 28 Jul 2023 12:37:54 +0200 Subject: [PATCH] Disable transition (issues on mobile) --- book/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/book/style.css b/book/style.css index af10e98..72cb95a 100644 --- a/book/style.css +++ b/book/style.css @@ -234,7 +234,6 @@ figcaption.caption { .hamb-line { display: block; - transition: all .2s ease-out; filter: brightness(0) invert(1); background: url("menu.svg") no-repeat center center; background-size: contain;