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

Alerts: updates for uids_base integration #891

Merged
merged 8 commits into from
Sep 1, 2023
Merged

Conversation

bspeare
Copy link
Contributor

@bspeare bspeare commented Aug 23, 2023

Work for uiowa/uiowa#6810

How to test

  • Review the alert--icon modifier class that is providing the display: flex property to the alert that allows the icon and alert content to display the side by side. This modifier was added because when alerts are added in the SiteNow WYSIWYG they are not enclosed in a <div> wrapper and the display: flex that was previously added by default to the .alertclass rendered the alert text as unreadable.

Basically, this format of alert below needs to work:

<div class="alert alert--info">Alert text</div>

@bspeare bspeare marked this pull request as ready for review August 29, 2023 15:26
@bspeare bspeare requested a review from pyrello August 29, 2023 15:31
Copy link
Contributor

@pyrello pyrello left a comment

Choose a reason for hiding this comment

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

Reviewed, not tested.

@bspeare bspeare merged commit 8acab46 into 4.x Sep 1, 2023
3 checks passed
@bspeare bspeare deleted the alert_updates_for_uids_base branch September 1, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants