From 48d895cffba8b997eeb92fb99db4165407c770d8 Mon Sep 17 00:00:00 2001 From: Kai Henseler Date: Fri, 17 Jan 2025 12:09:05 +0100 Subject: [PATCH] fix(guest.css): prevent header style from leaking into pw share page Signed-off-by: Kai Henseler --- core/css/guest.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/guest.css b/core/css/guest.css index bd0b0a2..d807062 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -4,7 +4,7 @@ body#body-login:not(:has(.login-box)) { background-color: var(--ion-color-cool-grey-c1); font-family: var(--font-face); - header#ionos-global-nav { + &has(.picker-window) header#ionos-global-nav { display: flex; justify-content: center;