UI: Hotfix for sticking buttons (#4696)

This commit is contained in:
Alexander Zinchuk 2024-06-18 16:30:30 +02:00
parent a4bfdad768
commit 0eaced14db

View File

@ -148,7 +148,7 @@
@media (hover: hover) { @media (hover: hover) {
&:hover, &:hover,
&:focus { &:focus-visible {
--background-color: var(--color-chat-hover); --background-color: var(--color-chat-hover);
} }
} }