Make WordPress Core


Ignore:
Timestamp:
07/21/2020 04:08:44 PM (5 years ago)
Author:
desrosj
Message:

Administration: Ensure SVG icons in admin menus are correctly colored.

Props ryelle.
Fixes #50555.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r48409 r48542  
    44314431        _x( 'Modern', 'admin color scheme' ),
    44324432        admin_url( "css/colors/modern/colors$suffix.css" ),
    4433         array( '#1e1e1e', '#3858e9', '#e26f56' ),
     4433        array( '#1e1e1e', '#3858e9', '#33f078' ),
    44344434        array(
    4435             'base'    => '#1e1e1e',
    4436             'focus'   => '#3858e9',
    4437             'current' => '#e26f56',
     4435            'base'    => '#f3f1f1',
     4436            'focus'   => '#fff',
     4437            'current' => '#fff',
    44384438        )
    44394439    );
Note: See TracChangeset for help on using the changeset viewer.