mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-28 04:50:15 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user