Make WordPress Core


Ignore:
Timestamp:
03/21/2023 03:35:25 PM (18 months ago)
Author:
ryelle
Message:

Administration: Update dashboard welcome panel colors, remove broken link

Remove the green background from the "dot" accent, to prevent low contrast for the dismiss button. Use menu colors for the background on alternate color schemes. Remove the "Edit styles" link as there is no longer a direct link to the global styles section of the site editor.

Follow-up to [55451].

Props sabernhardt, ryokuhi, laurlittle, richtabor.
Fixes #57759.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r55451 r55574  
    20962096                <h3><?php _e( 'Switch up your site&#8217;s look & feel with Styles' ); ?></h3>
    20972097                <p><?php _e( 'Tweak your site, or give it a whole new look! Get creative &#8212; how about a new color palette or font?' ); ?></p>
    2098                 <a href="<?php echo esc_url( admin_url( 'site-editor.php?styles=open' ) ); ?>"><?php _e( 'Edit styles' ); ?></a>
    20992098            <?php else : ?>
    21002099                <h3><?php _e( 'Discover a new way to build your site.' ); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.