Make WordPress Core


Ignore:
Timestamp:
02/09/2017 04:46:58 PM (8 years ago)
Author:
afercia
Message:

Buttons: Improve the .button-link CSS class for link-like buttons.

Updates .button-link adding color and underline to make link-like buttons look
like links by default. Introduces .button-link-delete as a modifier, stackable
CSS class for red button-links.

Props Cheffheid, afercia.

See #34242.
Fixes #35126.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-nav-menu-control.php

    r39927 r40052  
    5858        <p class="screen-reader-text" id="reorder-items-desc-{{ data.menu_id }}"><?php _e( 'When in reorder mode, additional controls to reorder menu items will be available in the items list above.' ); ?></p>
    5959        <span class="menu-delete-item">
    60             <button type="button" class="button-link menu-delete">
     60            <button type="button" class="button-link button-link-delete">
    6161                <?php _e( 'Delete Menu' ); ?>
    6262            </button>
Note: See TracChangeset for help on using the changeset viewer.