Make WordPress Core


Ignore:
Timestamp:
07/24/2014 09:17:32 PM (10 years ago)
Author:
wonderboymusic
Message:

Media Grid: remove pencil icon from attachment hover and a bunch of unused CSS.

Fixes #28945.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media-template.php

    r29283 r29288  
    420420            <# } #>
    421421        </div>
    422         <# if ( _.contains( data.controller.options.mode, 'grid' ) ) { #>
    423         <div class="inline-toolbar js--select-attachment">
    424             <div class="dashicons dashicons-edit edit edit-media"></div>
    425         </div>
    426         <# } #>
    427422        <# if ( data.buttons.check ) { #>
    428423            <a class="check" href="#" title="<?php esc_attr_e('Deselect'); ?>" tabindex="-1"><div class="media-modal-icon"></div></a>
Note: See TracChangeset for help on using the changeset viewer.