mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
UBER-1088: ListItem fix. (#3872)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
b3a4335554
commit
05e0971232
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user