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

Built from https://develop.svn.wordpress.org/trunk@31538


git-svn-id: http://core.svn.wordpress.org/trunk@31519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-02-25 04:17:27 +00:00
parent 64092c309d
commit d84eda9f35
13 changed files with 23 additions and 49 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 %60transition` because `display` changes here. */
-moz-animation: customize-reload .75s;
animation: customize-reload .75s;
}

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long