Design tweaks

This commit is contained in:
Rachid Mrad 2024-04-25 16:48:43 -04:00
parent b27fce713b
commit 9d7a1db226
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -537,6 +537,11 @@ address.dja-address-contact-list {
margin-left: 10px;
span {
text-decoration: underline;
font-size: 13px;
font-feature-settings: "kern";
font-kerning: normal;
line-height: 13px;
font-family: -apple-system, "system-ui", "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
}
}

View file

@ -9,7 +9,7 @@ https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/
{% if fieldset.name %}
{# Customize the markup for the collapse toggle #}
{% if 'collapse--dotgov' in fieldset.classes %}
<button type="button" aria-label="Toggle (show/hide) the content in this fiedset">
<button type="button" aria-label="Toggle (show/hide) more details">
<span>{{ fieldset.name }}</span>
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24" height="24">
<use xlink:href="{%static 'img/sprite.svg'%}#expand_more"></use>