Skip to content

Commit

Permalink
Merge pull request #41692 from nextcloud/backport/41672/stable28
Browse files Browse the repository at this point in the history
[stable28] Fix star stroke color on hover
  • Loading branch information
AndyScherzinger authored Nov 23, 2023
2 parents 7fc7449 + a1aec65 commit 52c9427
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ export default Vue.extend({

// Hover state of the row should also change the favorite markers background
.favorite-marker-icon svg path {
stroke: var(--color-background-dark);
stroke: var(--color-background-hover);
}
}

Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 52c9427

Please sign in to comment.