Make WordPress Core

Ticket #21283: 21283.10.diff

File 21283.10.diff, 1.4 KB (added by helenyhou, 12 years ago)
  • wp-admin/css/customize-controls.css

     
    6868.control-section:hover .customize-section-title,
    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;
    7474        background: #808080;
     
    105105        display: none;
    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}
    115117
     
    127129        color: #999;
    128130}
    129131
    130 #customize-info .customize-section-title:focus .preview-notice {
    131         color: #ccc;
    132         text-shadow: 0 -1px 0 #333;
    133 }
    134 
    135132#customize-info .theme-name {
    136133        font-size: 20px;
    137134        font-weight: 200;
     
    141138        text-shadow: 0 1px 0 #fff;
    142139}
    143140
    144 #customize-info .customize-section-title:focus .theme-name {
    145         color: #fff;
    146         text-shadow: 0 -1px 0 #333;
    147 }
    148 
    149141#customize-info .theme-screenshot {
    150142        width: 258px;
    151143        border: 1px solid #ccc;