]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/customize-preview.css
WordPress 4.5
[autoinstalls/wordpress.git] / wp-includes / css / customize-preview.css
index bc4a6fe903b67b37c2de1422f4ff7edebe5a3a2b..75251ea93a7983cb92502ec6fb30e3c9ceb233af 100644 (file)
@@ -4,3 +4,9 @@
        transition: opacity 0.25s;
        cursor: progress;
 }
+
+/* Override highlight when refreshing */
+.customize-partial-refreshing.widget-customizer-highlighted-widget {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}