mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
d27ae61355
The error message will still be available in the developer console. Removes part of [36586]. See #27355. Fixes #36164. Built from https://develop.svn.wordpress.org/trunk@36890 git-svn-id: http://core.svn.wordpress.org/trunk@36857 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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;
|
|
}
|