Grunt precommit cleanup. See [31533], [31535].

git-svn-id: https://develop.svn.wordpress.org/trunk@31538 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2015-02-25 04:16:18 +00:00
parent e6bbea8fe7
commit 6dad5d4353
5 changed files with 16 additions and 36 deletions

View File

@@ -835,11 +835,6 @@ p.customize-section-description {
100% { opacity: 1; }
}
@-moz-keyframes customize-reload {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes customize-reload {
0% { opacity: 0; }
100% { opacity: 1; }
@@ -849,7 +844,6 @@ p.customize-section-description {
.wp-customizer .customize-loading #customize-container {
display: block;
-webkit-animation: customize-reload .75s; /* Can't use `transition` because `display` changes here. */
-moz-animation: customize-reload .75s;
animation: customize-reload .75s;
}