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

Fix star stroke color on hover
pull/41058/head^2
Andy Scherzinger 2 years ago committed by GitHub
commit ea9127cd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/files/src/components/FilesListVirtual.vue
  2. 4
      dist/files-main.js
  3. 2
      dist/files-main.js.map

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save