Moving ignore rules to relevant classes instead general rule.
Also replaces section with div, updates short_id, and makes textbox accessible. TNL-5576, TNL-5575, TNL-5574, TNL-5671, TNL-5376
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
${'' if notification_name == 'submit' else 'is-hidden' }"
|
||||
tabindex="-1">
|
||||
<span class="icon fa ${notification_icon}" aria-hidden="true"></span>
|
||||
<span class="notification-message" aria-describedby="${ id }-problem-title">${notification_message}
|
||||
<span class="notification-message" aria-describedby="${ short_id }-problem-title">${notification_message}
|
||||
</span>
|
||||
<div class="notification-btn-wrapper">
|
||||
% if notification_name is 'hint':
|
||||
|
||||
Reference in New Issue
Block a user