Customizer: Smooth animation for closing accordions in the available nav menu items pane.

Props tyxla.
Fixes #33360 for trunk.


git-svn-id: https://develop.svn.wordpress.org/trunk@34219 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter 2015-09-15 23:39:23 +00:00
parent 0adb6877b2
commit 1975b0a084
1 changed files with 2 additions and 1 deletions

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