mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-20 07:42:52 +00:00
The error message will still be available in the developer console. Removes part of [36586]. See #27355. Fixes #36164. git-svn-id: https://develop.svn.wordpress.org/trunk@36890 602fd350-edb4-49c9-b593-d223f7449a82
13 lines
292 B
CSS
13 lines
292 B
CSS
.customize-partial-refreshing {
|
|
opacity: 0.25;
|
|
-webkit-transition: opacity 0.25s;
|
|
transition: opacity 0.25s;
|
|
cursor: progress;
|
|
}
|
|
|
|
/* Override highlight when refreshing */
|
|
.customize-partial-refreshing.widget-customizer-highlighted-widget {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|