Better hover state for the clear recent search buttons
This commit is contained in:
parent
218fa82b5c
commit
1d43e6286c
3 changed files with 6 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -3289,8 +3289,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 {
|
||||
|
|
|
|||
|
|
@ -3289,8 +3289,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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue