Customize: Prevent removal of underline upon hover/focus for nav menu deletion links.
Props monikarao. Amends [38503]. See #37527. Fixes #39444. Built from https://develop.svn.wordpress.org/trunk@39677 git-svn-id: http://core.svn.wordpress.org/trunk@39617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7a83036227
commit
ef882e918e
|
@ -815,7 +815,6 @@ li.assigned-to-menu-location .add-new-menu-item {
|
||||||
.menu-delete:hover,
|
.menu-delete:hover,
|
||||||
.menu-delete:focus {
|
.menu-delete:focus {
|
||||||
color: #f00;
|
color: #f00;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-item-handle {
|
.menu-item-handle {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -815,7 +815,6 @@ li.assigned-to-menu-location .add-new-menu-item {
|
||||||
.menu-delete:hover,
|
.menu-delete:hover,
|
||||||
.menu-delete:focus {
|
.menu-delete:focus {
|
||||||
color: #f00;
|
color: #f00;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-item-handle {
|
.menu-item-handle {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.8-alpha-39676';
|
$wp_version = '4.8-alpha-39677';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue