Skip to content

Commit 3f662bd

Browse files
author
peterwilsoncc
committed
Customize: Run autoprefixer following [37476]
Adds prefixes to box-shadow and transition properties. See #34893 git-svn-id: https://develop.svn.wordpress.org/trunk@37582 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 88a23a8 commit 3f662bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wp-admin/css/customize-controls.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,9 @@ p.customize-section-description {
636636

637637
#customize-controls .customize-control-widget_form.has-error .widget .widget-top,
638638
.customize-control-nav_menu_item.has-error .menu-item-bar .menu-item-handle {
639+
-webkit-box-shadow: inset 0 0 0 2px #dc3232;
639640
box-shadow: inset 0 0 0 2px #dc3232;
641+
-webkit-transition: .15s box-shadow linear;
640642
transition: .15s box-shadow linear;
641643
}
642644

0 commit comments

Comments
 (0)