-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
Description
When you use the dark theme, the Activity stream looks like this (same in the file sidebar):

That’s because they are loaded in the <img> tag. Ideally it should be changed to use a class on the header like icon-… so it’s used as background-image and will automatically be adjusted to the theme color. Colored icons will stay like they are.
Documentation on that at: https://docs.nextcloud.com/server/latest/developer_manual/design/css.html#scss-icons-mixins
cc @nextcloud/designers
Reactions are currently unavailable