mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
58f2a1d4ec
commit
d7840ecf2f
@ -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