From 2f8f08c62a99a0842dd9904f5de177e810a3ecd5 Mon Sep 17 00:00:00 2001 From: colemanw Date: Mon, 11 Dec 2023 10:26:18 -0500 Subject: [PATCH] Afform - Remove unused css for collapsible containers Collapsible container markup has been switched to using summary/details elements See https://github.com/civicrm/civicrm-core/pull/28449 --- ext/afform/core/ang/afCore.css | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/ext/afform/core/ang/afCore.css b/ext/afform/core/ang/afCore.css index 28eea63df2..86c4d09b6c 100644 --- a/ext/afform/core/ang/afCore.css +++ b/ext/afform/core/ang/afCore.css @@ -46,23 +46,6 @@ af-form { right: 0; } -/* Collapsible containers */ -.af-collapsible > .af-title { - cursor: pointer; -} -.af-collapsible > .af-title:before { - font-family: "FontAwesome"; - display: inline-block; - width: 1em; - content: "\f0d7"; -} -.af-collapsible.af-collapsed > .af-title:before { - content: "\f0da"; -} -.af-collapsible.af-collapsed > .af-title ~ * { - display: none !important; -} - /* Card style */ #bootstrap-theme .af-container-style-pane { background-color: white; @@ -83,9 +66,6 @@ af-form { margin-top: 0; margin-bottom: 10px; } -#bootstrap-theme .af-container-style-pane.af-collapsed > .af-title { - margin-bottom: 0; -} /* Admin edit links */ .afform-directive .af-admin-edit-form-link { -- 2.25.1