Make WordPress Core

Changeset 29697


Ignore:
Timestamp:
09/03/2014 05:05:38 PM (10 years ago)
Author:
helen
Message:

Modals: Remove yet more cruft that was causing unwanted coloration of icons.

props celloexpressions.
fixes #29147 (for real this time).

File:
1 edited

Legend:

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

    r29614 r29697  
    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 {
     
    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 {
     
    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
     
    503482    background-color: $menu-highlight-background;
    504483    color: $menu-highlight-text;
    505 }
    506 
    507 .customize-controls-close:focus,
    508 .customize-controls-close:hover,
    509 .control-panel-back:focus,
    510 .control-panel-back:hover {
    511     color: $link-focus;
    512484}
    513485
Note: See TracChangeset for help on using the changeset viewer.