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.


git-svn-id: https://develop.svn.wordpress.org/trunk@39301 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2016-11-18 21:05:33 +00:00
parent 364d79e205
commit 9385bda4ce
2 changed files with 14 additions and 5 deletions

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;

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;