From 4bfd6a203765a12265fe41b0b132ba269a8fd127 Mon Sep 17 00:00:00 2001 From: Tim Kaye Date: Sun, 10 Sep 2023 14:45:37 -0400 Subject: [PATCH] Update common.css 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. --- src/wp-admin/css/common.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 97fd9d4e3e..f8124a559b 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -3543,7 +3543,6 @@ img { } .accordion-section-content { - display: none; padding: 10px 20px 15px; overflow: hidden; background: #fff;