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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
2
wp-admin/css/customize-controls-rtl.min.css
vendored
2
wp-admin/css/customize-controls-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
2
wp-admin/css/customize-controls.min.css
vendored
2
wp-admin/css/customize-controls.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user