mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
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);
|
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 {
|
||||||
|
2
wp-includes/css/wp-oembed-embed.min.css
vendored
2
wp-includes/css/wp-oembed-embed.min.css
vendored
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
|
* @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.
|
||||||
|
Loading…
Reference in New Issue
Block a user