Skip to content

Commit 20844d4

Browse files
Fix star stroke color on hover
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
1 parent 73ecc8f commit 20844d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/src/components/FilesListVirtual.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export default Vue.extend({
443443
444444
// Hover state of the row should also change the favorite markers background
445445
.favorite-marker-icon svg path {
446-
stroke: var(--color-background-dark);
446+
stroke: var(--color-background-hover);
447447
}
448448
}
449449

0 commit comments

Comments
 (0)