Make WordPress Core

Changeset 32823


Ignore:
Timestamp:
06/17/2015 09:07:01 PM (10 years ago)
Author:
ocean90
Message:

Customizer: Revert the blue on hover color which was introduced in [32649].

Blue is meant to be the primary action which isn't the case in this context. Colors need to be revised in #29158.

see #31336.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

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

    r32821 r32823  
    175175#customize-controls .control-section.open .accordion-section-title,
    176176#customize-controls .control-section .accordion-section-title:focus {
    177     color: #fff;
    178     background: #0073aa;
     177    color: #23282d;
     178    background: #f5f5f5;
    179179}
    180180
     
    190190#customize-theme-controls .control-section.open .accordion-section-title:after,
    191191#customize-theme-controls .control-section .accordion-section-title:focus:after {
    192     color: #fff;
     192    color: #23282d;
    193193}
    194194
     
    409409.customize-section-back:hover,
    410410.customize-section-back:focus {
    411     background: #0073aa;
    412     border-color: #ccc;
    413     color: #fff;
     411    color: #23282d;
     412    background: #f5f5f5;
    414413    outline: none;
    415414    -webkit-box-shadow: none;
  • trunk/src/wp-admin/css/customize-nav-menus.css

    r32821 r32823  
    1616#customize-controls .control-section .accordion-section-title:focus .menu-in-locations,
    1717#customize-controls .control-section .accordion-section-title:hover .menu-in-locations {
    18     color: #fff;
     18    color: #555;
    1919}
    2020
Note: See TracChangeset for help on using the changeset viewer.