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 {