Question: why does my color change not work in IE(11) on the mgt-login enter image description here
mgt-login {
--color: #fff;
}
<mgt-login></mgt-login>
Any ideas? It works fine in other browsers
Edit: It's all components i cant change css on.
Unfortunately css custom properties are not supported in IE11:
We are investigating several polyfill options at the moment, feel free to open an issue on the repository if you'd like to track the progress.