Do CSS filters work in the Edge browser?
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
filter: blur(10px);
Unfortunately, none of these seem to be effective.
Disclaimer: I am currently testing this on version 20.10240 (running on a virtual machine that cannot be updated).
Does the filter property apply to this specific version?
If not, has it been addressed in newer versions of Edge?