Skip to content

Commit eb6ed7d

Browse files
committed
Fix starred favourite icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent a880f79 commit eb6ed7d

File tree

7 files changed

+17
-11
lines changed

7 files changed

+17
-11
lines changed

apps/files/css/files.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/css/files.css.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.

apps/files/css/files.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ table.dragshadow td.size {
874874
background-image: none;
875875
}
876876
& .icon-starred {
877-
@include icon-color('star-dark', 'actions', variables.$color-yellow, 1, true);
877+
background-image: var(--icon-starred-yellow) !important;
878878
}
879879
}
880880

apps/files/css/merged.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)