Auto-expand the menus accordion if JavaScript is disabled. fixes #24402.

git-svn-id: http://core.svn.wordpress.org/trunk@24348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-05-24 20:50:10 +00:00
parent 58f2a1d4ec
commit d7840ecf2f

View File

@ -9253,7 +9253,8 @@ a.widget-control-edit {
box-shadow: 0 1px 0 0px #fff;
}
.accordion-section.open .accordion-section-content {
.accordion-section.open .accordion-section-content,
.no-js .accordion-section .accordion-section-content {
display: block;
background: #fdfdfd;
border-left: 1px solid #dfdfdf;