Opened 7 months ago

Closed 7 months ago

Last modified 7 months ago

#34857 closed Bug (fixed)

Date picker cancel button does not respect color theme/dark mode

Reported by: Fabian Braun Owned by: Fabian Braun
Component: contrib.admin Version: 4.2
Severity: Normal Keywords: accessibility
Cc: Thibaud Colas, Sarah Abderemane, Tom Carrick Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The date picker is styled by admin's widget.css which has hard-coded colours for the date picker's cancel button.
Instead, the CSS variables --close-button-fg and --close-button-bg should be used.

Change History (5)

comment:1 by Fabian Braun, 7 months ago

Owner: changed from nobody to Fabian Braun
Status: newassigned

comment:2 by Mariusz Felisiak, 7 months ago

Cc: Thibaud Colas Sarah Abderemane Tom Carrick added
Keywords: accessibility added
Triage Stage: UnreviewedAccepted

comment:3 by Mariusz Felisiak, 7 months ago

Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 7 months ago

Resolution: fixed
Status: assignedclosed

In 34ca1d3:

Fixed #34857 -- Made calendar "Cancel" button in admin use color variables.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 7 months ago

In 6db8e46:

[5.0.x] Fixed #34857 -- Made calendar "Cancel" button in admin use color variables.

Backport of 34ca1d3ab45f8f3f3d5bb867e4d13ca663deaa89 from main

Note: See TracTickets for help on using tickets.
Back to Top