We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a23a8 commit 3f662bdCopy full SHA for 3f662bd
src/wp-admin/css/customize-controls.css
@@ -636,7 +636,9 @@ p.customize-section-description {
636
637
#customize-controls .customize-control-widget_form.has-error .widget .widget-top,
638
.customize-control-nav_menu_item.has-error .menu-item-bar .menu-item-handle {
639
+ -webkit-box-shadow: inset 0 0 0 2px #dc3232;
640
box-shadow: inset 0 0 0 2px #dc3232;
641
+ -webkit-transition: .15s box-shadow linear;
642
transition: .15s box-shadow linear;
643
}
644
0 commit comments