Media: Clean-up some MediaElementJS CSS: no more needed after [40642].

See #40707, #32417, #39994, #39995, #30281.

Built from https://develop.svn.wordpress.org/trunk@40647


git-svn-id: http://core.svn.wordpress.org/trunk@40510 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2017-05-12 07:00:45 +00:00
parent 6a525dd831
commit 55b6ee7e56
5 changed files with 3 additions and 13 deletions

View File

@ -154,11 +154,6 @@
border: 1px solid #f00;
}
.wp-customizer .mejs-controls a:focus > .mejs-offscreen,
.widgets-php .mejs-controls a:focus > .mejs-offscreen {
z-index: 2;
}
/* Widget Dragging Helpers */
.widget.ui-draggable-dragging {
min-width: 100%;

File diff suppressed because one or more lines are too long

View File

@ -154,11 +154,6 @@
border: 1px solid #f00;
}
.wp-customizer .mejs-controls a:focus > .mejs-offscreen,
.widgets-php .mejs-controls a:focus > .mejs-offscreen {
z-index: 2;
}
/* Widget Dragging Helpers */
.widget.ui-draggable-dragging {
min-width: 100%;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40646';
$wp_version = '4.8-alpha-40647';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.