Skip to content

Commit ea9127c

Browse files
Merge pull request #41672 from nextcloud/bugfix/4872/fix-star-stroke-color
Fix star stroke color on hover
2 parents c5caae1 + accdb2d commit ea9127c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/files/src/components/FilesListVirtual.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ export default Vue.extend({
464464
465465
// Hover state of the row should also change the favorite markers background
466466
.favorite-marker-icon svg path {
467-
stroke: var(--color-background-dark);
467+
stroke: var(--color-background-hover);
468468
}
469469
}
470470

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)