Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: normalize modal ID pattern #1612

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Chore: normalize modal ID pattern #1612

merged 1 commit into from
Aug 3, 2023

Conversation

thekaveman
Copy link
Member

Closes #1604

@thekaveman thekaveman requested a review from a team as a code owner August 2, 2023 23:45
@github-actions github-actions bot added deployment-dev [auto] Changes that will trigger a deploy if merged to dev front-end HTML/CSS/JavaScript and Django templates labels Aug 2, 2023
@thekaveman thekaveman added this to the Veterans milestone Aug 2, 2023
@thekaveman thekaveman self-assigned this Aug 2, 2023
Copy link
Member

@angela-tran angela-tran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@thekaveman thekaveman merged commit cad603a into dev Aug 3, 2023
10 checks passed
@thekaveman thekaveman deleted the chore/modal-ids branch August 3, 2023 01:43
{% include "core/includes/modal-trigger.html" with id="agency-selector" classes="btn btn-lg btn-primary" text=trigger_text %}
{% include "core/includes/modal--agency-selector.html" with id="agency-selector" %}
{% include "core/includes/modal-trigger.html" with id="modal--agency-selector" classes="btn btn-lg btn-primary" text=trigger_text %}
{% include "core/includes/modal--agency-selector.html" with id="modal--agency-selector" %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed this fix caused this issue: #1618

The new ID needs to be used in style.css for these lines:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment-dev [auto] Changes that will trigger a deploy if merged to dev front-end HTML/CSS/JavaScript and Django templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Normalize modal HTML ids
3 participants