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:
Helen Hou-Sandí 2016-11-18 21:06:30 +00:00
parent b08d9893f6
commit 234ae480ee
9 changed files with 33 additions and 15 deletions

View File

@ -191,6 +191,9 @@ body {
background-color: #fff;
border-bottom: 1px solid #ddd;
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,
.15s background-color ease-in-out,
.15s border-color ease-in-out;
@ -450,9 +453,9 @@ h3.customize-section-title {
text-align: right;
cursor: pointer;
-webkit-transition: color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
transition: color .1s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
transition: color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
-webkit-box-sizing: content-box;
@ -476,8 +479,8 @@ h3.customize-section-title {
box-shadow: none;
cursor: pointer;
-webkit-transition: color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
border-color .15s ease-in-out,
background .15s ease-in-out;
transition: color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
@ -1775,6 +1778,9 @@ body.adding-widget .add-new-widget:before,
background: #fff;
border-bottom: 1px solid #ddd;
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,
.15s background-color ease-in-out,
.15s border-color ease-in-out;

File diff suppressed because one or more lines are too long

View File

@ -191,6 +191,9 @@ body {
background-color: #fff;
border-bottom: 1px solid #ddd;
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,
.15s background-color ease-in-out,
.15s border-color ease-in-out;
@ -450,9 +453,9 @@ h3.customize-section-title {
text-align: left;
cursor: pointer;
-webkit-transition: color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
transition: color .1s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
transition: color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
-webkit-box-sizing: content-box;
@ -476,8 +479,8 @@ h3.customize-section-title {
box-shadow: none;
cursor: pointer;
-webkit-transition: color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
border-color .15s ease-in-out,
background .15s ease-in-out;
transition: color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
@ -1775,6 +1778,9 @@ body.adding-widget .add-new-widget:before,
background: #fff;
border-bottom: 1px solid #ddd;
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,
.15s background-color ease-in-out,
.15s border-color ease-in-out;

File diff suppressed because one or more lines are too long

View File

@ -1641,6 +1641,9 @@ body.full-overlay-active {
box-shadow: none;
border-top: 1px 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,
.15s background-color ease-in-out,
.15s border-color ease-in-out;

File diff suppressed because one or more lines are too long

View File

@ -1641,6 +1641,9 @@ body.full-overlay-active {
box-shadow: none;
border-top: 1px 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,
.15s background-color ease-in-out,
.15s border-color ease-in-out;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @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.