From df7857d82794dd8b0e7f2cf3ef4426a9b4677b88 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 22 Mar 2022 20:31:26 -0400 Subject: [PATCH] Afform - Fix collapsible style --- ext/afform/core/ang/afCore.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/afform/core/ang/afCore.css b/ext/afform/core/ang/afCore.css index 841cf8732a..f0ce53c951 100644 --- a/ext/afform/core/ang/afCore.css +++ b/ext/afform/core/ang/afCore.css @@ -53,8 +53,8 @@ af-form { .af-collapsible.af-collapsed > .af-title:before { content: "\f0da"; } -.af-collapsible.af-collapsed > .af-title + * { - display: none; +.af-collapsible.af-collapsed > .af-title ~ * { + display: none !important; } /* Card style */ -- 2.25.1