Make WordPress Core

Ticket #32227: 32227.patch

File 32227.patch, 1.7 KB (added by afercia, 9 years ago)
  • src/wp-admin/css/customize-controls.css

     
    764764/* Header control: overlay "close" button */
    765765
    766766.customize-control-header .uploaded .header-view .close {
    767         font-size: 2em;
    768         color: grey;
     767        font-size: 20px;
     768        color: #fff;
     769        background: #555;
     770        background: rgba(0, 0, 0, 0.5);
    769771        position: absolute;
    770         visibility: hidden;
    771772        top: 10px;
    772         right: 10px;
     773        right: -999px;
    773774        z-index: 1;
    774         width: 20px;
    775         height: 20px;
     775        width: 26px;
     776        height: 26px;
    776777        cursor: pointer;
    777778}
    778779
    779 .customize-control-header .uploaded .header-view .close:hover {
    780  color: black;
    781  text-shadow:
    782     -1px -1px 0 #fff,
    783     1px -1px 0 #fff,
    784     -1px 1px 0 #fff,
    785     1px 1px 0 #fff;
     780.customize-control-header .header-view:hover .close,
     781.customize-control-header .header-view .close:focus {
     782        right: 10px;
    786783}
    787784
    788 .customize-control-header .header-view:hover .close {
    789         visibility: visible;
    790 }
    791 
    792785/* Header control: randomiz(s)er */
    793786
    794787.customize-control-header .random.placeholder {
  • src/wp-includes/class-wp-customize-control.php

     
    10741074                        <# } else { #>
    10751075
    10761076                        <# if (data.type === 'uploaded') { #>
    1077                                 <div class="dashicons dashicons-no close"></div>
     1077                                <button type="button" class="dashicons dashicons-no close"><span class="screen-reader-text"><?php _e( 'Remove image' ); ?></span></button>
    10781078                        <# } #>
    10791079
    10801080                        <button type="button" class="choice thumbnail"