From e4eafd259210e0fa52a818ee8a4e32a30c8be18d Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 13 Mar 2023 10:53:15 +0800 Subject: [PATCH] Still allow look at the unmasked banner --- src/components/account-info.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/account-info.css b/src/components/account-info.css index ab7b0c2a..f7f9c3d1 100644 --- a/src/components/account-info.css +++ b/src/components/account-info.css @@ -40,6 +40,12 @@ .account-container .header-banner:hover { animation: position-object 5s ease-in-out 1s 5; } +.account-container .header-banner:active { + mask-image: none; +} +.account-container .header-banner:active + header { + opacity: 0.5 !important; +} @media (min-height: 480px) { .account-container .header-banner {