Opened 9 years ago
Closed 8 years ago
#37016 closed defect (bug) (fixed)
Minor Fixes: Text color for "Delete" button on widget should be Red
Reported by: | monikarao | Owned by: | afercia |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Widgets | Keywords: | has-patch has-ui-feedback color-contrast |
Focuses: | ui, accessibility | Cc: |
Description
Text color on all "Delete" links are displayed in red color.
Example-
1."Delete Menu" link for Menus
2."Trash" link for Pages/Post
3."Delete" link for Users
It should display same red text color on "Delete" link for widget.
Attachments (12)
Change History (33)
#1
@
9 years ago
- Component changed from General to Widgets
- Focuses accessibility added
- Version trunk deleted
#2
@
8 years ago
- Keywords has-patch reporter-feedback added
Hey Guys,
I took a shot at this and made the changes as required. Please have the look at the screenshots and the patch attached.
Let me know if there are any changes required.
Also, please bare with me incase I have done something wrong, this is my first patch. Help me improve ;-P
#3
@
8 years ago
- Keywords reporter-feedback removed
@patilswapnilv hi, thanks for the patch. It looks much larger than it should be however. There should only be one patched file in the patch, wp-admin/css/common-rtl.css
. The wp-admin/css/common-rtl.min.css
file will be generated automatically by the build process. Then there are several other files in the patch that seem unrelated to the change you're making.
#4
@
8 years ago
Two files actually. wp-admin/css/common.css
and wp-admin/css/common-rtl.css
I think, I made some mistake while making the patch. I will remake it and then upload. Sorry for that, and thanks for bringing it to notice.
#5
@
8 years ago
@patilswapnilv and also, FYI, the RTL files are also automatically generated from the LTR files.
This ticket was mentioned in Slack in #design by westonruter. View the logs.
8 years ago
This ticket was mentioned in Slack in #design by presskopp. View the logs.
8 years ago
#8
@
8 years ago
@westonruter Ohh, sorry did not know that. Do I need to update the patch, with just the common.css file diff. ?
#9
@
8 years ago
- Keywords ui-feedback added
@patilswapnilv no, no worries. Just something to keep in mind to make it easier for you in the future.
#14
@
8 years ago
Hey Folks,
I have attached a patch with screenshots for the color of Delete / Remove links in admin Widgets and Customizer Widgets. Please review.
This is my first patch so, please let me know if there’s anything to be improved / changed.
#16
follow-up:
↓ 17
@
8 years ago
- Keywords has-ui-feedback added; ui-feedback removed
I totally agree we should catch all the instances we have can in this ticket @afercia. I'm removing ui-feedback to has-ui-feedback as so long as this is a consistency patch we're all good there. Thanks for the first patch @ibachal and the great work everyone. A great catch @monikarao.
#17
in reply to:
↑ 16
@
8 years ago
Replying to karmatosed:
I totally agree we should catch all the instances we have can in this ticket @afercia. I'm removing ui-feedback to has-ui-feedback as so long as this is a consistency patch we're all good there. Thanks for the first patch @ibachal and the great work everyone. A great catch @monikarao.
Thanks @karmatosed
#18
@
8 years ago
- Milestone changed from Future Release to 4.7
- Owner set to afercia
- Status changed from new to assigned
Let's try to have more red in 4.7 :)
#19
@
8 years ago
Thinking the "Remove" and "Cancel" links in nav-menus.php
are a different case, they use a styling that is a bit uncommon in core and maybe should be discussed separately. It would be useful to have a separate ticket for them to better track changes and history. Going to open a separate ticket for the menus screen and I'd propose to use this ticket to fix only the widget ones. About the color contrast ratio, see #35622.
Delete Menu link for "Menus"