From: colemanw Date: Mon, 11 Dec 2023 15:26:18 +0000 (-0500) Subject: Afform - Remove unused css for collapsible containers X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2f8f08c62a99a0842dd9904f5de177e810a3ecd5;p=civicrm-core.git 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 --- 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 {