UBER-1088: ListItem fix. (#3872)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2023-10-24 06:01:05 +03:00 committed by GitHub
parent b3a4335554
commit 05e0971232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,8 @@
background-color: var(--highlight-select);
// border-bottom-color: var(--highlight-select);
&:hover {
&:hover,
&.mListGridSelected {
background-color: var(--highlight-select-hover);
// border-bottom-color: var(--highlight-select-hover);
}