Embeds: Autoprefixer for [34903].

See #32522.
Built from https://develop.svn.wordpress.org/trunk@34908


git-svn-id: http://core.svn.wordpress.org/trunk@34873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-10-07 14:07:25 +00:00
parent 35f613833e
commit 3baa1336ec
4 changed files with 4 additions and 5 deletions

View File

@ -181,9 +181,8 @@ p.wp-embed-heading {
background-color: rgba(10, 10, 10, 0.9); background-color: rgba(10, 10, 10, 0.9);
color: #fff; color: #fff;
opacity: 1; opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
} }
.wp-embed-share-dialog.hidden { .wp-embed-share-dialog.hidden {

File diff suppressed because one or more lines are too long

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.4-alpha-34907'; $wp_version = '4.4-alpha-34908';
/** /**
* 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.