From d9b4c71735ef7b8b118fc1fb2d9c73d8ebaa35d7 Mon Sep 17 00:00:00 2001 From: Hermes Date: Thu, 4 Jun 2026 11:52:57 +0000 Subject: [PATCH] =?UTF-8?q?fix(css):=20replace=20deprecated=20clip:=20rect?= =?UTF-8?q?()=20with=20clip-path:=20inset(50%)=20=E2=80=94=20unblocks=20de?= =?UTF-8?q?ploy-test.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/haus-schleusingen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/haus-schleusingen.css b/public/css/haus-schleusingen.css index 8259111..9f039fa 100755 --- a/public/css/haus-schleusingen.css +++ b/public/css/haus-schleusingen.css @@ -1412,7 +1412,7 @@ nav.scrolled .locale-switcher__option.is-current { padding: 0; margin: -1px; overflow: hidden; - clip: rect(0, 0, 0, 0); + clip-path: inset(50%); white-space: nowrap; border: 0; } @@ -1431,7 +1431,7 @@ nav.scrolled .locale-switcher__option.is-current { padding: 0; margin: -1px; overflow: hidden; - clip: rect(0, 0, 0, 0); + clip-path: inset(50%); white-space: nowrap; border: 0; }