mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #41672 from nextcloud/bugfix/4872/fix-star-stroke-color
Fix star stroke color on hover
This commit is contained in:
commit
ea9127cd02
3 changed files with 4 additions and 4 deletions
|
|
@ -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
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue