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