Make WordPress Core

Ticket #38758: 38758.diff

File 38758.diff, 1008 bytes (added by michaelarestad, 8 years ago)
  • src/wp-includes/css/customize-preview.css

     
    2929        z-index: 5;
    3030}
    3131
    32 .widget .customize-partial-edit-shortcut button:active,
    33 .customize-partial-edit-shortcut button:active {
    34         padding: 3px;
    35         border: 1px solid #0085ba;
    36 }
    37 
    3832/**
    3933 * Styles for the actual shortcut
    4034 *
     
    8478        margin: auto;
    8579}
    8680
    87 .customize-partial-edit-shortcut button:hover,
     81.customize-partial-edit-shortcut button:hover {
     82        background: #008ec2; /* matches primary buttons */
     83}
     84
    8885.customize-partial-edit-shortcut button:focus {
    89     background: #008ec2; /* matches primary buttons */
    90         border-color: #191e23; /* provides visual focus style with 4.5 contrast against background color */
     86        box-shadow: 0 0 0 2px #008ec2;
    9187}
    9288
    9389body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {