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:
parent
42cfbd701f
commit
9405a37284
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user