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>
pull/41672/head
Marco Ambrosini 6 months ago committed by Andy Scherzinger
parent cd25b3a0d1
commit accdb2d712

@ -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