[wp-trac] [WordPress Trac] #57414: Twenty Ten: The color of the plus icon should be white in Add Block button
WordPress Trac
noreply at wordpress.org
Thu Mar 30 19:08:10 UTC 2023
#57414: Twenty Ten: The color of the plus icon should be white in Add Block button
---------------------------------------+----------------------
Reporter: umesh84 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.3
Component: Bundled Theme | Version: 6.1.1
Severity: normal | Resolution:
Keywords: has-patch has-screenshots | Focuses: ui, css
---------------------------------------+----------------------
Changes (by sabernhardt):
* milestone: Awaiting Review => 6.3
Comment:
To meet coding standards, I updated the patch for Twenty Ten.
However, it may be better to add the color to all child elements of
[https://github.com/WordPress/gutenberg/blob/96b9006e5672acdb8dce603445dc15c5f988303e/packages
/block-editor/src/components/default-block-appender/content.scss#L34-L49
the toggle button] within the editor for //any// theme.
{{{
& * {
color: $white;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57414#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list