Make WordPress Core


Ignore:
Timestamp:
07/24/2023 11:13:31 PM (17 months ago)
Author:
ryelle
Message:

Administration: Update dashboard welcome panel for 6.3.

Update the background image and styles for the Welcome Panel. This iteration does not use different colors on the admin color schemes, so the CSS for that has been removed. This also adds back in a working "Edit styles" link, which was removed in 6.2 because the link was broken.

Props richtabor, markoserb.
Fixes #58545.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_admin.scss

    r55451 r56291  
    787787    }
    788788}
    789 
    790 /* Welcome Panel */
    791 @if ( $custom-welcome-panel == "true" ) {
    792     .welcome-panel {
    793         background-color: $dashboard-accent-1;
    794     }
    795 
    796     .welcome-panel-header-image .curve,
    797     .welcome-panel-header-image .dot {
    798         fill: $dashboard-accent-2;
    799     }
    800 
    801     [class*="welcome-panel-icon"] {
    802         background-color: $dashboard-icon-background;
    803     }
    804 }
Note: See TracChangeset for help on using the changeset viewer.