Autoprefixer for [39249].
Fixes one errant value and re-aligns some existing prefixed property values so they don't get doubled when precommit/postcss is run again in the future. props davidakennedy. see #29158. Built from https://develop.svn.wordpress.org/trunk@39301 git-svn-id: http://core.svn.wordpress.org/trunk@39241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b08d9893f6
commit
234ae480ee
|
@ -191,6 +191,9 @@ body {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
border-right: 4px solid #fff;
|
border-right: 4px solid #fff;
|
||||||
|
-webkit-transition: .15s color ease-in-out,
|
||||||
|
.15s background-color ease-in-out,
|
||||||
|
.15s border-color ease-in-out;
|
||||||
transition: .15s color ease-in-out,
|
transition: .15s color ease-in-out,
|
||||||
.15s background-color ease-in-out,
|
.15s background-color ease-in-out,
|
||||||
.15s border-color ease-in-out;
|
.15s border-color ease-in-out;
|
||||||
|
@ -450,9 +453,9 @@ h3.customize-section-title {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-transition: color .15s ease-in-out,
|
-webkit-transition: color .15s ease-in-out,
|
||||||
border-color .15s ease-in-out,
|
border-color .15s ease-in-out,
|
||||||
background .15s ease-in-out;
|
background .15s ease-in-out;
|
||||||
transition: color .1s ease-in-out,
|
transition: color .15s ease-in-out,
|
||||||
border-color .15s ease-in-out,
|
border-color .15s ease-in-out,
|
||||||
background .15s ease-in-out;
|
background .15s ease-in-out;
|
||||||
-webkit-box-sizing: content-box;
|
-webkit-box-sizing: content-box;
|
||||||
|
@ -476,8 +479,8 @@ h3.customize-section-title {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-transition: color .15s ease-in-out,
|
-webkit-transition: color .15s ease-in-out,
|
||||||
border-color .15s ease-in-out,
|
border-color .15s ease-in-out,
|
||||||
background .15s ease-in-out;
|
background .15s ease-in-out;
|
||||||
transition: color .15s ease-in-out,
|
transition: color .15s ease-in-out,
|
||||||
border-color .15s ease-in-out,
|
border-color .15s ease-in-out,
|
||||||
background .15s ease-in-out;
|
background .15s ease-in-out;
|
||||||
|
@ -1775,6 +1778,9 @@ body.adding-widget .add-new-widget:before,
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
border-right: 4px solid #fff;
|
border-right: 4px solid #fff;
|
||||||
|
-webkit-transition: .15s color ease-in-out,
|
||||||
|
.15s background-color ease-in-out,
|
||||||
|
.15s border-color ease-in-out;
|
||||||
transition: .15s color ease-in-out,
|
transition: .15s color ease-in-out,
|
||||||
.15s background-color ease-in-out,
|
.15s background-color ease-in-out,
|
||||||
.15s border-color ease-in-out;
|
.15s border-color ease-in-out;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -191,6 +191,9 @@ body {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
border-left: 4px solid #fff;
|
border-left: 4px solid #fff;
|
||||||
|
-webkit-transition: .15s color ease-in-out,
|
||||||
|
.15s background-color ease-in-out,
|
||||||
|
.15s border-color ease-in-out;
|
||||||
transition: .15s color ease-in-out,
|
transition: .15s color ease-in-out,
|
||||||
.15s background-color ease-in-out,
|
.15s background-color ease-in-out,
|
||||||
.15s border-color ease-in-out;
|
.15s border-color ease-in-out;
|
||||||
|
@ -450,9 +453,9 @@ h3.customize-section-title {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-transition: color .15s ease-in-out,
|
-webkit-transition: color .15s ease-in-out,
|
||||||
border-color .15s ease-in-out,
|
border-color .15s ease-in-out,
|
||||||
background .15s ease-in-out;
|
background .15s ease-in-out;
|
||||||
transition: color .1s ease-in-out,
|
transition: color .15s ease-in-out,
|
||||||
border-color .15s ease-in-out,
|
border-color .15s ease-in-out,
|
||||||
background .15s ease-in-out;
|
background .15s ease-in-out;
|
||||||
-webkit-box-sizing: content-box;
|
-webkit-box-sizing: content-box;
|
||||||
|
@ -476,8 +479,8 @@ h3.customize-section-title {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-transition: color .15s ease-in-out,
|
-webkit-transition: color .15s ease-in-out,
|
||||||
border-color .15s ease-in-out,
|
border-color .15s ease-in-out,
|
||||||
background .15s ease-in-out;
|
background .15s ease-in-out;
|
||||||
transition: color .15s ease-in-out,
|
transition: color .15s ease-in-out,
|
||||||
border-color .15s ease-in-out,
|
border-color .15s ease-in-out,
|
||||||
background .15s ease-in-out;
|
background .15s ease-in-out;
|
||||||
|
@ -1775,6 +1778,9 @@ body.adding-widget .add-new-widget:before,
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
border-left: 4px solid #fff;
|
border-left: 4px solid #fff;
|
||||||
|
-webkit-transition: .15s color ease-in-out,
|
||||||
|
.15s background-color ease-in-out,
|
||||||
|
.15s border-color ease-in-out;
|
||||||
transition: .15s color ease-in-out,
|
transition: .15s color ease-in-out,
|
||||||
.15s background-color ease-in-out,
|
.15s background-color ease-in-out,
|
||||||
.15s border-color ease-in-out;
|
.15s border-color ease-in-out;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1641,6 +1641,9 @@ body.full-overlay-active {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-top: 1px solid transparent;
|
border-top: 1px solid transparent;
|
||||||
border-bottom: 4px solid transparent;
|
border-bottom: 4px solid transparent;
|
||||||
|
-webkit-transition: .15s color ease-in-out,
|
||||||
|
.15s background-color ease-in-out,
|
||||||
|
.15s border-color ease-in-out;
|
||||||
transition: .15s color ease-in-out,
|
transition: .15s color ease-in-out,
|
||||||
.15s background-color ease-in-out,
|
.15s background-color ease-in-out,
|
||||||
.15s border-color ease-in-out;
|
.15s border-color ease-in-out;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1641,6 +1641,9 @@ body.full-overlay-active {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-top: 1px solid transparent;
|
border-top: 1px solid transparent;
|
||||||
border-bottom: 4px solid transparent;
|
border-bottom: 4px solid transparent;
|
||||||
|
-webkit-transition: .15s color ease-in-out,
|
||||||
|
.15s background-color ease-in-out,
|
||||||
|
.15s border-color ease-in-out;
|
||||||
transition: .15s color ease-in-out,
|
transition: .15s color ease-in-out,
|
||||||
.15s background-color ease-in-out,
|
.15s background-color ease-in-out,
|
||||||
.15s border-color ease-in-out;
|
.15s border-color ease-in-out;
|
||||||
|
|
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.7-beta4-39300';
|
$wp_version = '4.7-beta4-39301';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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