Merge pull request #41672 from nextcloud/bugfix/4872/fix-star-stroke-color

Fix star stroke color on hover
This commit is contained in:
Andy Scherzinger 2023-11-23 13:55:39 +01:00 committed by GitHub
commit ea9127cd02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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);
}
}

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long