You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it should become white or inverted in darkmode. maybe there is a way to just give it the text color (the css variable which gets set by the theme).
The text was updated successfully, but these errors were encountered:
would not work, because this is run at compile time on the base styles. the themes are css files that basically set css vars, so maybe it could work inside of _themebase.scss instead.
But since it is a svg file there could be a better way to set the fill color via css, which would be more flexible, but maybe then it needs to be displayed as background with the svg as mask instead. _status-icon.scss uses this technique, although it might need additional code changes I think it would be worth it to set the color instead of inverting it.
* make clock icon in viewprofile a css mask
* style for the previous commit
* clock icon in viewprofile follows colour of global text. fixes#3329
* pretty code!
* update CHANGELOG
* per Simon's suggestion
* per Simon's suggestion for reusability
* fix vertical align of material icon
* Update scss/_icons.scss
Co-authored-by: Simon Laux <Simon-Laux@users.noreply.github.com>
---------
Co-authored-by: Simon Laux <Simon-Laux@users.noreply.github.com>
I think it should become white or inverted in darkmode. maybe there is a way to just give it the text color (the css variable which gets set by the theme).
The text was updated successfully, but these errors were encountered: