Make WordPress Core


Ignore:
Timestamp:
12/06/2013 09:22:14 PM (11 years ago)
Author:
iammattthomas
Message:

Provide a default generic avatar icon in the My Account menu if avatars are disabled, ensuring that the link is visible at responsive sizes. See #25858.

File:
1 edited

Legend:

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

    r26687 r26744  
    261261#wpadminbar .ab-icon,
    262262#wpadminbar .ab-icon:before,
    263 #wpadminbar .ab-item:before {
     263#wpadminbar .ab-item:before,
     264#wpadminbar .ab-item:after {
    264265    color: $menu-icon;
    265266}
     
    283284#wpadminbar li:hover .ab-icon:before,
    284285#wpadminbar li:hover .ab-item:before,
     286#wpadminbar li:hover .ab-item:after,
    285287#wpadminbar li:hover #adminbarsearch:before {
    286288    color: $menu-highlight-icon;
     
    325327#wpadminbar li.hover .ab-icon:before,
    326328#wpadminbar li.hover .ab-item:before,
     329#wpadminbar li:hover .ab-item:after,
     330#wpadminbar li.hover .ab-item:after,
    327331#wpadminbar li:hover #adminbarsearch:before {
    328332    color: $menu-submenu-focus-text;
Note: See TracChangeset for help on using the changeset viewer.