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:
parent
35f613833e
commit
3baa1336ec
|
@ -181,9 +181,8 @@ p.wp-embed-heading {
|
|||
background-color: rgba(10, 10, 10, 0.9);
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
transition: opacity .25s ease-in-out;
|
||||
-moz-transition: opacity .25s ease-in-out;
|
||||
-webkit-transition: opacity .25s ease-in-out;
|
||||
transition: opacity .25s ease-in-out;
|
||||
}
|
||||
|
||||
.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
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue