Opened 9 years ago
Closed 8 years ago
#37018 closed defect (bug) (fixed)
Underline for "Move to Trash" in post editor is missing
Reported by: | monikarao | Owned by: | afercia |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch color-contrast has-screenshots |
Focuses: | ui, accessibility | Cc: |
Description
All the "Delete" and "Trash" links in WP admin are in red color with default text-decoration - underline.
But, "Move to Trash" link in "Publish" metabox has text-decoration explicitly set to none. This is a minor inconsistency in terms of styling.
I am attaching a patch for this.
Attachments (2)
Change History (13)
#2
@
9 years ago
@ocean90
Please see attached screenshot -> http://www.awesomescreenshot.com/image/1330759/fc82b5d5c1f3ceddf1801fab17af6884
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
9 years ago
#4
@
9 years ago
- Keywords color-contrast added
- Milestone changed from Awaiting Review to Future Release
Thanks @monikarao there's an ongoing discussion about links, started with color contrast and touched also the underline see for example #35622. Worth noting, from an accessibility point of view, not all links must be underlined. For example the ones that are clearly perceivable as UI controls or menu items thanks to the context, don't need to be underlined. It's more a consistency issue across the whole admin and hopefully will be addressed as part of the colors revision effort.
#6
@
8 years ago
- Keywords needs-refresh added
- Milestone changed from Future Release to 4.7
Related: #37969 where there's some consensus about adding the underline. These two tickets should be coordinated, since both need to change the submitdelete
CSS class.
#8
@
8 years ago
- Keywords has-screenshots added
Posting here the same screenshots used on #37969. Worth noting this change would apply to all the Publish meta boxes: posts, attachments, comments, old link manager (any other?).
Patch for styling fix.