Skip to content

Commit

Permalink
Merge pull request #34327 from nextcloud/fix/favourite
Browse files Browse the repository at this point in the history
Fix starred favourite icon
  • Loading branch information
szaimen authored Sep 29, 2022
2 parents d647025 + eb6ed7d commit b4708fb
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
3 changes: 1 addition & 2 deletions apps/files/css/files.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/files/css/files.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ table.dragshadow td.size {
background-image: none;
}
& .icon-starred {
@include icon-color('star-dark', 'actions', variables.$color-yellow, 1, true);
background-image: var(--icon-starred-yellow) !important;
}
}

Expand Down
3 changes: 1 addition & 2 deletions apps/files/css/merged.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4708fb

Please sign in to comment.