Skip to content

Commit b2fb076

Browse files
marcoambrosininextcloud-command
authored andcommitted
Fix star stroke color on hover
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 27f9672 commit b2fb076

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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)