Make WordPress Core

Ticket #29147: 29147.5.diff

File 29147.5.diff, 1.5 KB (added by celloexpressions, 11 years ago)

Remove icon color change from color schemes.

  • src/wp-admin/css/colors/_admin.scss

     
    402402
    403403/* Media */
    404404
    405 .media-modal-close:hover .media-modal-icon:before,
    406 .edit-attachment-frame .edit-media-header .right:hover,
    407 .edit-attachment-frame .edit-media-header .left:hover {
    408         color: $link-focus;
    409 }
    410 
    411405.media-item .bar,
    412406.media-progress-bar div {
    413407        background-color: $highlight-color;
     
    445439        color: $highlight-color;
    446440}
    447441
    448 .theme-overlay .theme-header .close:hover,
    449 .theme-overlay .theme-header .right:hover,
    450 .theme-overlay .theme-header .left:hover {
    451         color: $link-focus;
    452 }
    453 
    454442.theme-section.current,
    455443.theme-filter.current {
    456444        border-bottom-color: $menu-background;
     
    476464        color: $menu-highlight-text;
    477465}
    478466
    479 .theme-install-overlay .close-full-overlay:hover,
    480 .theme-install-overlay .close-full-overlay:focus,
    481 .theme-install-overlay .previous-theme:hover,
    482 .theme-install-overlay .previous-theme:focus,
    483 .theme-install-overlay .next-theme:hover,
    484 .theme-install-overlay .next-theme:focus {
    485         color: $link-focus;
    486 }
    487 
    488467/* Widgets */
    489468
    490469.widgets-chooser li.widgets-chooser-selected {
     
    504483        color: $menu-highlight-text;
    505484}
    506485
    507 .customize-controls-close:focus,
    508 .customize-controls-close:hover,
    509 .control-panel-back:focus,
    510 .control-panel-back:hover {
    511         color: $link-focus;
    512 }
    513 
    514486/* jQuery UI Slider */
    515487
    516488.wp-slider .ui-slider-handle,