Opened 5 weeks ago
Last modified 4 weeks ago
#62001 new enhancement
Inconsistent Text Selection Color Contrast on date, time, month, week & datetime-local
Reported by: | pressthemes1 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-screenshots |
Focuses: | ui, accessibility, css, administration | Cc: |
Description (last modified by )
https://imgur.com/xScZJj7
https://imgur.com/06CC8h0
input::-webkit-datetime-edit-hour-field:focus, input::-webkit-datetime-edit-minute-field:focus, input::-webkit-datetime-edit-second-field:focus, input::-webkit-datetime-edit-ampm-field:focus, input::-webkit-datetime-edit-day-field:focus, input::-webkit-datetime-edit-week-field:focus, input::-webkit-datetime-edit-month-field:focus, input::-webkit-datetime-edit-year-field:focus { color: #fff; border-color: #0073aa; background-color: #0073aa; } input::-moz-datetime-edit-hour-field:focus, input::-moz-datetime-edit-minute-field:focus, input::-moz-datetime-edit-second-field:focus, input::-moz-datetime-edit-ampm-field:focus, input::-moz-datetime-edit-day-field:focus, input::-moz-datetime-edit-week-field:focus, input::-moz-datetime-edit-month-field:focus, input::-moz-datetime-edit-year-field:focus { color: #fff; border-color: #0073aa; background-color: #0073aa; }
Attachments (2)
Change History (6)
#1
@
5 weeks ago
- Component changed from General to Customize
- Description modified (diff)
- Focuses multisite removed
- Keywords needs-patch needs-design-feedback has-testing-info changes-requested has-dev-note removed
#3
in reply to:
↑ 2
@
4 weeks ago
Replying to hellofromTonya:
I'm doing triage for 6.6.x cycle. For the
Version
, I'm not finding CSS changes in the 6.6.1 release that introduced this issue. Thus, removing it as theVersion
.
Also removing
dev-feedback
and2nd-opinion
keywords, as it's too early in the ticket's discussion for these.
I believe it a browser bug not a wp bug, but still im reporting here as i have no control over the browser source code & i have only tested in chrome atm.
This ticket was mentioned in Slack in #accessibility by rcreators. View the logs.
4 weeks ago
Note: See
TracTickets for help on using
tickets.
I'm doing triage for 6.6.x cycle. For the
Version
, I'm not finding CSS changes in the 6.6.1 release that introduced this issue. Thus, removing it as theVersion
.Also removing
dev-feedback
and2nd-opinion
keywords, as it's too early in the ticket's discussion for these.