From 0eaced14dbb4d3a93c9a0e916a39fd5fa80400bb Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 18 Jun 2024 16:30:30 +0200 Subject: [PATCH] UI: Hotfix for sticking buttons (#4696) --- src/components/ui/ListItem.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/ListItem.scss b/src/components/ui/ListItem.scss index 613930412..ee8f85d54 100644 --- a/src/components/ui/ListItem.scss +++ b/src/components/ui/ListItem.scss @@ -148,7 +148,7 @@ @media (hover: hover) { &:hover, - &:focus { + &:focus-visible { --background-color: var(--color-chat-hover); } }