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:
Weston Ruter 2015-09-15 23:42:37 +00:00
parent d5d0380b14
commit f0197ed3b7

View File

@ -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;
}