Changeset 38190
- Timestamp:
- 08/03/2016 10:46:54 PM (8 years ago)
- Location:
- branches/4.6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-admin/css/customize-nav-menus.css
r37901 r38190 17 17 } 18 18 19 /* The `edit-menu` button uses also the `button-link` class. */ 19 20 .customize-control-nav_menu_location .edit-menu { 20 margin-top: 1px; 21 margin-left: 6px; 22 vertical-align: middle; 23 color: #0073aa; 24 text-decoration: underline; 25 } 26 27 .customize-control-nav_menu_location .edit-menu:hover, 28 .customize-control-nav_menu_location .edit-menu:active { 29 color: #00a0d2; 30 } 31 32 .customize-control-nav_menu_location .edit-menu:focus { 33 color: #124964; 21 34 } 22 35 -
branches/4.6/src/wp-includes/customize/class-wp-customize-nav-menu-location-control.php
r37901 r38190 78 78 </select> 79 79 </label> 80 <button type="button" class="button edit-menu<?php if ( ! $this->value() ) { echo ' hidden'; } ?>"><?php _e( 'Edit' ); ?></button>80 <button type="button" class="button-link edit-menu<?php if ( ! $this->value() ) { echo ' hidden'; } ?>" aria-label="<?php esc_attr_e( 'Edit selected menu' ); ?>"><?php _e( 'Edit Menu' ); ?></button> 81 81 <?php 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.