Make WordPress Core

Changeset 22452


Ignore:
Timestamp:
11/07/2012 10:15:49 PM (12 years ago)
Author:
nacin
Message:

Customizer accessibility: Align focus styles with hover styles. props helenyhou. fixes #21283.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/customize-controls.css

    r22400 r22452  
    6969.control-section .customize-section-title:hover,
    7070.control-section.open .customize-section-title,
    71 .customize-section-title:focus {
     71.control-section .customize-section-title:focus {
    7272    color: #fff;
    7373    text-shadow: 0 -1px 0 #333;
     
    106106}
    107107
    108 .customize-section-title:hover:after {
     108.customize-section-title:hover:after,
     109.customize-section-title:focus:after {
    109110    border-color: #aaa transparent;
    110111}
    111112
    112 .control-section .customize-section-title:hover:after {
     113.control-section .customize-section-title:hover:after,
     114.control-section .customize-section-title:focus:after {
    113115    border-color: #eee transparent;
    114116}
     
    126128    line-height: 24px;
    127129    color: #999;
    128 }
    129 
    130 #customize-info .customize-section-title:focus .preview-notice {
    131     color: #ccc;
    132     text-shadow: 0 -1px 0 #333;
    133130}
    134131
     
    140137    display: block;
    141138    text-shadow: 0 1px 0 #fff;
    142 }
    143 
    144 #customize-info .customize-section-title:focus .theme-name {
    145     color: #fff;
    146     text-shadow: 0 -1px 0 #333;
    147139}
    148140
Note: See TracChangeset for help on using the changeset viewer.