Closed nitori closed 5 days ago
Woow, nice!! Thank you ❤️
Yes, Icon Picker is removed since v12. You can remove the styling altogether.
I'll do that then.
There is also the .mask-shared-info
class that has a white-ish background and blue border, but I couldn't identify where that is, as well as .form-switch.checkbox-invert .form-check-input:checked
that has a white background, but it might not be relevant as it's only a checkbox (couldn't find it either).
I left those untouched.
Nvm. I found the latter in "select" type.
.mask-shared-info: This could be the little blue icon at the bottom left of a field, when fields are shared between elements.
That doesn't seem to be the case. That one uses mask-field__multiuse
. Which is just an inline svg icon.
I tried to make that one brighter actually, but it doesn't seem to work with CSS variables. At least not in Chrome as far as I could find out - so I left it as it is.
Fixes #648
This adds dark mode support for mask in TYPO3 13.
Since the SCSS color variables where only few, and a lot of colors where actually hardcoded, I simply replaced them with CSS variables everywhere.
There where a few styles in the SCSS I could not link to specific areas in the Module, e.g. the icon picker, that seems to have been removed?
Anyway, here is a sample screenshot:
Greetings Nitori