Make WordPress Core


Ignore:
Timestamp:
11/15/2016 06:10:16 PM (8 years ago)
Author:
helen
Message:

Customize: More visible focus and hover states for close and back buttons.

props celloexpressions, folletto.
fixes #29158.

File:
1 edited

Legend:

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

    r39141 r39249  
    468468}
    469469
    470 /* Customize */
    471 
    472 #customize-theme-controls .widget-area-select .selected {
    473     background-color: $menu-highlight-background;
    474     color: $menu-highlight-text;
    475 }
    476 
    477 #customize-footer-actions .devices button:focus {
    478     border-bottom-color: $highlight-color;
    479 }
    480 
    481 #customize-controls .control-section:hover > .accordion-section-title,
    482 #customize-controls .control-section .accordion-section-title:hover,
    483 #customize-controls .control-section.open .accordion-section-title,
    484 #customize-controls .control-section .accordion-section-title:focus,
    485 #available-widgets .widget-tpl:hover,
    486 #available-widgets .widget-tpl.selected {
    487     border-left-color: $highlight-color;
    488 }
    489 
    490470/* Responsive Component */
    491471
Note: See TracChangeset for help on using the changeset viewer.