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:
Konstantin Obenland 2015-06-28 11:49:24 +00:00
parent 4bbf254375
commit 0704de88ea
5 changed files with 11 additions and 3 deletions

View File

@ -557,6 +557,10 @@
right: 5px; right: 5px;
} }
.ie8 .menu-item-bar .item-delete:before {
top: -10px;
}
.menu-item-bar .item-delete:hover, .menu-item-bar .item-delete:hover,
.menu-item-bar .item-delete:focus { .menu-item-bar .item-delete:focus {
color: #f00; color: #f00;

File diff suppressed because one or more lines are too long

View File

@ -557,6 +557,10 @@
left: 5px; left: 5px;
} }
.ie8 .menu-item-bar .item-delete:before {
top: -10px;
}
.menu-item-bar .item-delete:hover, .menu-item-bar .item-delete:hover,
.menu-item-bar .item-delete:focus { .menu-item-bar .item-delete:focus {
color: #f00; color: #f00;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.