diff --git a/plugins/view-resources/src/components/list/ListItem.svelte b/plugins/view-resources/src/components/list/ListItem.svelte index 832d22475c..91d2120885 100644 --- a/plugins/view-resources/src/components/list/ListItem.svelte +++ b/plugins/view-resources/src/components/list/ListItem.svelte @@ -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); }