mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
Customizer: Smooth animation for closing accordions in the available nav menu items pane.
Merges [34219] from `trunk`. Props tyxla. Fixes #33360 for 4.3. git-svn-id: https://develop.svn.wordpress.org/branches/4.3@34220 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d5d0380b14
commit
f0197ed3b7
@ -609,6 +609,8 @@
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
background: #fff;
|
||||
-webkit-transition: all 0.15s;
|
||||
transition: all 0.15s;
|
||||
}
|
||||
|
||||
#available-menu-items .open .accordion-section-title,
|
||||
@ -700,7 +702,6 @@ button.not-a-button {
|
||||
#available-menu-items .accordion-section-content {
|
||||
padding: 1px 15px 15px 15px;
|
||||
margin: 0;
|
||||
min-height: 120px;
|
||||
max-height: 290px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user