[wp-trac] [WordPress Trac] #48881: Fix inline SVG error with wp_admin_css_color
WordPress Trac
noreply at wordpress.org
Mon Jun 22 20:29:15 UTC 2020
#48881: Fix inline SVG error with wp_admin_css_color
-------------------------------------------------+-------------------------
Reporter: KZeni | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting
| Review
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: has-patch needs-testing reporter- | Focuses: css,
feedback | administration
-------------------------------------------------+-------------------------
Comment (by KZeni):
Added screenshot (see above). Also giving it an update to say this issue
is still present. Also, the proposed patch here still resolves the issue
with seemingly no side-effects (swap out {{{@return '%23' + str-slice( '#{
$color }', 2, -1 );}}} to instead be {{{@return '%23' + str-slice( %23{
$color }, 2, -1 );}}} in {{{wp-admin/css/colors/_admin.scss}}}.)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48881#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list