From 3a7056a3904c0843a88ff9028a15422f01f5470b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sun, 24 Dec 2023 13:41:58 +0100 Subject: [PATCH] Fixed bell icon active state --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index af2420d..b8893ec 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4494,7 +4494,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu animation: bell-ring .4s ease-in 1; transform-origin: top center; } -.app-body .account__header__tabs__buttons .icon-button.active:is(:active, :focus) { +.app-body .account__header__tabs__buttons .icon-button.active:has(.icon-bell):is(:active, :focus) { background-color: var(--color-content-secondary-bg); } .app-body .language-dropdown__dropdown { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 614f4c8..a9c818c 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4494,7 +4494,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu animation: bell-ring .4s ease-in 1; transform-origin: top center; } -.app-body .account__header__tabs__buttons .icon-button.active:is(:active, :focus) { +.app-body .account__header__tabs__buttons .icon-button.active:has(.icon-bell):is(:active, :focus) { background-color: var(--color-content-secondary-bg); } .app-body .language-dropdown__dropdown { diff --git a/TangerineUI.css b/TangerineUI.css index 3df35e9..06e4c8a 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4494,7 +4494,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu animation: bell-ring .4s ease-in 1; transform-origin: top center; } -.app-body .account__header__tabs__buttons .icon-button.active:is(:active, :focus) { +.app-body .account__header__tabs__buttons .icon-button.active:has(.icon-bell):is(:active, :focus) { background-color: var(--color-content-secondary-bg); } .app-body .language-dropdown__dropdown {