orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Unwanted black rectangle between fields and alerts in the high contrast on Windows #6349

Closed avernet closed 4 weeks ago

avernet commented 1 month ago
Screenshot 2024-04-15 at 10 43 26 PM

+1 from customer

ebruchez commented 4 weeks ago

Solution: we include the arrow only when prefers-contrast is either no-preference or less. The space will be blank instead in other cases.

ebruchez commented 3 weeks ago