Skip to content
Snippets Groups Projects
Commit e2e17e31 authored by tonytheferg's avatar tonytheferg Committed by Vladimir Roudakov
Browse files

Issue #3045140 by tonytheferg, BhumikaVarshney, VladimirAus: Add ability to close messages

parent a2e4fe90
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@
]
%}
<div aria-label="{{ status_headings[type] }}"{{ attributes.addClass(classes)|without('aria-label') }} role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
{% if status_headings[type] %}
<h2 class="visually-hidden">{{ status_headings[type] }}</h2>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment