Make WordPress Core


Ignore:
Timestamp:
09/25/2017 09:45:57 PM (8 years ago)
Author:
westonruter
Message:

Code Editors: Update the current file highlight to use notice styling.

Improves color contrast and readability, and reuses a core design pattern.

Props kekkakokkers, monopine, Travel_girl, afercia, melchoyce, karmatosed.
Fixes #31604.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-editor.php

    r41586 r41595  
    284284
    285285        if ( $absolute_filename === $file ) {
    286             $file_description = '<span class="highlight">' . $file_description . '</span>';
     286            $file_description = '<span class="notice notice-info">' . $file_description . '</span>';
    287287        }
    288288
Note: See TracChangeset for help on using the changeset viewer.