Fixed bell icon active state
This commit is contained in:
parent
b1e976f935
commit
3a7056a390
3 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue