Skip to content

Commit

Permalink
Give accordion light utility class
Browse files Browse the repository at this point in the history
Other custom field accordions on the contact dashboard use `.crm-accordion-light`.
  • Loading branch information
vingle authored Mar 2, 2024
1 parent 093d13b commit d04af32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Contact/Page/Inline/Address.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{foreach from=$add.custom item=customGroup key=cgId} {* start of outer foreach *}
{assign var="isAddressCustomPresent" value=1}
{foreach from=$customGroup item=customValue key=cvId}
<details id="address_custom_{$cgId}_{$locationIndex}" class="crm-address-custom-{$cgId}-{$locationIndex}-accordion" {if $customValue.collapse_display}{else}open{/if}>
<details id="address_custom_{$cgId}_{$locationIndex}" class="crm-address-custom-{$cgId}-{$locationIndex}-accordion crm-accordion-light" {if $customValue.collapse_display}{else}open{/if}>
<summary class="collapsible-title">
{$customValue.title}
</summary>
Expand Down

0 comments on commit d04af32

Please sign in to comment.