Administration: Ensure SVG icons in admin menus are correctly colored.
Props ryelle. Fixes #50555. git-svn-id: https://develop.svn.wordpress.org/trunk@48542 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8c7fe179da
commit
bea9ce74a7
@ -4430,11 +4430,11 @@ function register_admin_color_schemes() {
|
|||||||
'modern',
|
'modern',
|
||||||
_x( 'Modern', 'admin color scheme' ),
|
_x( 'Modern', 'admin color scheme' ),
|
||||||
admin_url( "css/colors/modern/colors$suffix.css" ),
|
admin_url( "css/colors/modern/colors$suffix.css" ),
|
||||||
array( '#1e1e1e', '#3858e9', '#e26f56' ),
|
array( '#1e1e1e', '#3858e9', '#33f078' ),
|
||||||
array(
|
array(
|
||||||
'base' => '#1e1e1e',
|
'base' => '#f3f1f1',
|
||||||
'focus' => '#3858e9',
|
'focus' => '#fff',
|
||||||
'current' => '#e26f56',
|
'current' => '#fff',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user