Make WordPress Core


Ignore:
Timestamp:
02/01/2021 07:44:13 PM (4 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/_admin.scss

    r48643 r50125  
    340340#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
    341341#adminmenu a.current:hover div.wp-menu-image:before,
     342#adminmenu li.current div.wp-menu-image:before,
    342343#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
    343344#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
     
    417418#wpadminbar:not(.mobile) li:hover .ab-item:after,
    418419#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
    419     color: $menu-highlight-icon;
     420    color: $menu-submenu-focus-text;
    420421}
    421422
Note: See TracChangeset for help on using the changeset viewer.