Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix star stroke color on hover
Signed-off-by: Marco Ambrosini <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
marcoambrosini authored and AndyScherzinger committed Nov 23, 2023
commit accdb2d712097a9f5ac1421a2e28fe95acb5af05
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.