[wp-trac] [WordPress Trac] #47101: Improve contrast when deleting terms in list table via AJAX
WordPress Trac
noreply at wordpress.org
Thu May 2 20:45:55 UTC 2019
#47101: Improve contrast when deleting terms in list table via AJAX
---------------------------+--------------------------------------
Reporter: jeremyfelt | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version:
Severity: normal | Keywords: needs-patch needs-design
Focuses: accessibility |
---------------------------+--------------------------------------
When deleting a term via the inline "Delete" link in the taxonomy list
table, the background will turn red (`#FF3333`) while the request is
passed via AJAX and remain so until the term is deleted.
For terms with few associations, this won't take more than a second, so it
disappears very quickly. For terms with many associations, this can hang
on the screen for a while and the contrast of the text in that row becomes
very poor.
Background: `#FF3333` (I believe set in `lists.js`
Slug text: `#555555` (2.04:1 ratio)
Anchor text: `#0073AA` (1.43:1 ratio)
Hover text: `#00A0D2` (1.2:1 ratio)
Delete text: `#AA0000` (2.13:1 ratio)
Delete hover text: `#DC3232` (1.27:1 ratio)
It seems like there may be a better color than red that can be used to
convey that the row's removal is in progress.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47101>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list