Blurry text in dialogs, modals and anchored dialogs.
Details: The text in dialogs, modals, and anchored dialogs appear blurry.
In these elements: fs-modeless-dialog, fs-modal-dialog, fs-anchored-dialog
This issue may be present in other locations, but I have only quickly looked.
The following CSS rule seems to be being applied:
filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.5));
The text is fine with this rule off. What perhaps should be used instead is the standard box-shadow property.
"The box-shadow property creates a rectangular shadow behind an element's entire box, while the drop-shadow() filter function creates a shadow that conforms to the shape (alpha channel) of the image itself."
https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
Google Chrome: Version 89.0.4389.114 (Official Build) (64-bit)