Better hover state for the clear recent search buttons

This commit is contained in:
Niléane 2023-12-01 23:31:52 +01:00
commit 1d43e6286c
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -3290,8 +3290,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
color: var(--color-content-fg-bold);
}
.app-body .search__popout__menu__item .icon-button:is(:active, :focus, :hover) {
background-color: transparent;
color: var(--color-accent-fg);
background-color: var(--color-content-secondary-bg);
color: var(--color-accent);
}
.app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover),
.app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark {