Make WordPress Core


Ignore:
Timestamp:
02/01/2021 07:44:13 PM (5 years ago)
Author:
ryelle
Message:

Administration: Use correct color scheme color on admin bar icons when hovered.

This also removes a CSS rule in the light scheme which was flagged as temporary and overrides the hover text color.

Fixes #52229.

File:
1 edited

Legend:

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

    r33284 r50125  
    2020@import "../_admin.scss";
    2121
    22 /* temporary fix for admin-bar hover color */
    23 #wpadminbar .ab-top-menu > li:hover > .ab-item,
    24 #wpadminbar .ab-top-menu > li.hover > .ab-item,
    25 #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default li:hover span.ab-label,
    26 #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary li.hover span.ab-label,
    27 #wpadminbar .ab-top-menu > li > .ab-item:focus,
    28 #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
    29 #wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
    30 #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
    31     color: $text-color;
    32 }
    33 
    3422/* Override the theme filter highlight color for this scheme */
    3523.theme-section.current,
Note: See TracChangeset for help on using the changeset viewer.