Make WordPress Core

Changeset 33503


Ignore:
Timestamp:
07/29/2015 09:50:27 PM (10 years ago)
Author:
ocean90
Message:

Customizer: This circular focus thing is hot.

see #33181.

File:
1 edited

Legend:

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

    r33500 r33503  
    321321#customize-controls .customize-info .customize-help-toggle:focus {
    322322    outline: none;
    323     -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
    324     box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
    325323}
    326324
     
    338336    position: absolute;
    339337    top: 6px;
     338}
     339
     340.customize-screen-options-toggle:focus:before,
     341#customize-controls .customize-info .customize-help-toggle:focus:before {
     342    -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
     343    box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
     344    -webkit-border-radius: 100%;
     345    border-radius: 100%;
    340346}
    341347
Note: See TracChangeset for help on using the changeset viewer.