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/css/colors/_variables.scss

    r55451 r55574  
    6767
    6868$custom-welcome-panel: "true" !default;
    69 $dashboard-accent-1: $highlight-color !default;
    70 $dashboard-accent-2: rgba(255, 255, 255, 0.33) !default;
     69$dashboard-accent-1: $menu-submenu-background !default;
     70$dashboard-accent-2: $menu-background !default;
    7171$dashboard-icon-background: $dashboard-accent-2 !default;
    7272
Note: See TracChangeset for help on using the changeset viewer.