Skip to content

Commit

Permalink
UBER-1088: ListItem fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
  • Loading branch information
SasLord committed Oct 23, 2023
1 parent 26f533b commit 3c031ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/view-resources/src/components/list/ListItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 3c031ed

Please sign in to comment.