[wp-trac] [WordPress Trac] #48590: Change the outline button hover background color
WordPress Trac
noreply at wordpress.org
Sun Dec 8 15:25:10 UTC 2019
#48590: Change the outline button hover background color
-----------------------------------------+--------------------------------
Reporter: sourav926 | Owner: (none)
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 5.3.1
Component: Administration | Version: 5.3
Severity: normal | Resolution:
Keywords: needs-patch has-screenshots | Focuses: ui, accessibility
-----------------------------------------+--------------------------------
Changes (by audrasjb):
* type: enhancement => defect (bug)
Comment:
Thanks for the patch @melchoyce but I tested it and it doesn't seems to
fix anything.
`/wp-admin/css/colors` SCSS files are not meant to handle default WP Admin
colors but only alternate color schemes.
I think we rather need to edit `/wp-includes/css/buttons.css` file.
In this file, we don't have access to SCSS variables and functions, we
need to use hexadecimal colors.
I tried to replace the current `#016087` value with `#00405C` and it works
fine (screenshots coming), but I'm not sure we really want to add another
new shade of blue.
Are we ok to replace the current `#016087` with a darker blue for the
whole admin?
If so, I can make a new patch.
Cheers,
Jb
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48590#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list