Border-radius in the search popout

This commit is contained in:
Niléane 2023-12-10 21:52:04 +01:00
parent e7f4564bc8
commit 1cd719808b
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -3315,6 +3315,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark {
background-color: var(--color-accent);
color: var(--color-accent-fg);
border-radius: 8px;
}
@media screen and (max-width:1174px) {

View file

@ -3314,6 +3314,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark {
background-color: var(--color-accent);
color: var(--color-accent-fg);
border-radius: 8px;
}
@media screen and (max-width:1174px) {

View file

@ -3314,6 +3314,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark {
background-color: var(--color-accent);
color: var(--color-accent-fg);
border-radius: 8px;
}
@media screen and (max-width:1174px) {