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

Selected radio button and checkboxes are not showing in high contrast #6350

Closed avernet closed 4 weeks ago

avernet commented 1 month ago
Screenshot 2024-04-15 at 10 46 49 PM

+1 from customer

ebruchez commented 4 weeks ago

Solution: we include the fancy styling of the buttons only when prefers-contrast is either no-preference or less. The standard buttons styling will be used otherwise.

ebruchez commented 3 weeks ago