Changes between Initial Version and Version 3 of Ticket #39261
- Timestamp:
- 02/26/2024 10:38:20 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39261
- Property Keywords has-patch 2nd-opinion added
- Property Focuses css added
-
Property
Component
changed from
General
toAdministration
-
Ticket #39261 – Description
initial v3 3 3 I'm currently working with custom SVG icons for my custom post types, but i can see that these icons have a slightly different color than the native dashicons. It seems like the SVG-painter paints my SVG-icons in the wrong base-color. 4 4 5 I'm using the default theme "fresh" and the base is set to "#82878c". If i change to for example "#9EA3A8"my SVG-icons looks more like the native dashicons. Maybe the basecolor is a bit off?6 File: wp-includes/general-template.php:34285 I'm using the default theme "fresh" and the base is set to `#82878c`. If i change to for example `#9EA3A8` my SVG-icons looks more like the native dashicons. Maybe the basecolor is a bit off? 6 File: [https://core.trac.wordpress.org/browser/branches/4.7/src/wp-includes/general-template.php#L3428 wp-includes/general-template.php:3428] 7 7 8 8 I can also see that this affects the SVG in other plugins (Yoast SEO, WPML etc.).