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:
Dominik Schilling
2016-02-17 15:39:26 +00:00
parent a9afddcd20
commit c673740166
5 changed files with 7 additions and 3 deletions

View File

@@ -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;
}