Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Update common.css
Browse files Browse the repository at this point in the history
This deletes `display: none;` from the `.accordion-section-content` class and so enables the relevant sections to become visible when toggled using the `details` tag.
  • Loading branch information
KTS915 authored Sep 10, 2023
1 parent f6e2257 commit 4bfd6a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-admin/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -3543,7 +3543,6 @@ img {
}

.accordion-section-content {
display: none;
padding: 10px 20px 15px;
overflow: hidden;
background: #fff;
Expand Down

0 comments on commit 4bfd6a2

Please sign in to comment.