Autoprefixer for [36532].
See #31195. Built from https://develop.svn.wordpress.org/trunk@36548 git-svn-id: http://core.svn.wordpress.org/trunk@36515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a9afddcd20
commit
c673740166
|
@ -1342,6 +1342,7 @@ body.cheatin p {
|
|||
height: 45px;
|
||||
padding: 0 3px;
|
||||
margin: 0 -4px 0 0;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 4px solid transparent;
|
||||
|
@ -1350,6 +1351,7 @@ body.cheatin p {
|
|||
}
|
||||
|
||||
#customize-footer-actions .devices button:focus {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1342,6 +1342,7 @@ body.cheatin p {
|
|||
height: 45px;
|
||||
padding: 0 3px;
|
||||
margin: 0 0 0 -4px;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 4px solid transparent;
|
||||
|
@ -1350,6 +1351,7 @@ body.cheatin p {
|
|||
}
|
||||
|
||||
#customize-footer-actions .devices button:focus {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-36547';
|
||||
$wp_version = '4.5-alpha-36548';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue