Customizer: Correct position for menu item delete icon in IE8.
Props valendesigns. Fixes #32675. Built from https://develop.svn.wordpress.org/trunk@32987 git-svn-id: http://core.svn.wordpress.org/trunk@32958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4bbf254375
commit
0704de88ea
|
@ -557,6 +557,10 @@
|
|||
right: 5px;
|
||||
}
|
||||
|
||||
.ie8 .menu-item-bar .item-delete:before {
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
.menu-item-bar .item-delete:hover,
|
||||
.menu-item-bar .item-delete:focus {
|
||||
color: #f00;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -557,6 +557,10 @@
|
|||
left: 5px;
|
||||
}
|
||||
|
||||
.ie8 .menu-item-bar .item-delete:before {
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
.menu-item-bar .item-delete:hover,
|
||||
.menu-item-bar .item-delete:focus {
|
||||
color: #f00;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32986';
|
||||
$wp_version = '4.3-alpha-32987';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue