Fixed bell icon active state

This commit is contained in:
Niléane 2023-12-24 13:41:58 +01:00
commit 3a7056a390
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {