Customizer: Remove an `overflow: hidden` declaration to prevent cutting off the left and right edge focus style of the "Add a Menu" input field.
props paulwilde. fixes #32680. git-svn-id: https://develop.svn.wordpress.org/trunk@32825 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
59230dd5ab
commit
9031531071
|
@ -832,7 +832,6 @@ body.adding-menu-items #customize-preview {
|
||||||
.new-menu-section-content {
|
.new-menu-section-content {
|
||||||
display: none;
|
display: none;
|
||||||
padding: 15px 0 0 0;
|
padding: 15px 0 0 0;
|
||||||
overflow: hidden;
|
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue