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

git-svn-id: https://develop.svn.wordpress.org/trunk@24348 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-05-24 20:50:10 +00:00
parent 42cfbd701f
commit 9405a37284
1 changed files with 2 additions and 1 deletions

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;