Make WordPress Core

Changeset 48863 for branches/5.5


Ignore:
Timestamp:
08/26/2020 01:19:09 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Administration: Remove non-color related styling from Modern color scheme.

Color schemes should only affect colors, to avoid diverging from a consistent and predictable layout, especially if core CSS rules subsequently change.

Follow-up to [48277], [48286], [48345].

Props Joen, johnbillion, afercia, johnjamesjacoby.
Merges [48862] to the 5.5 branch.
Fixes #51127. See #50504.

Location:
branches/5.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.5

  • branches/5.5/src/wp-admin/css/colors/modern/colors.scss

    r48277 r48863  
    77$link-focus: darken($highlight-color, 10%);
    88
    9 
    109@import "../_admin.scss";
    11 
    12 #adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
    13     padding-bottom: 12px;
    14 }
Note: See TracChangeset for help on using the changeset viewer.