Skip to content

Commit

Permalink
remove icon parent selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
charlienparker committed Jan 10, 2025
1 parent 1978793 commit 50970e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions app/javascript/css/alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@
}
}

.flash .icon,
.alert .icon,
.notice .icon,
.modal .icon {
.icon {
width: 1em;
margin-right: 0.25em;
height: 24px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<td class="<%= font_class %>">
<% if subject.documents_outstanding? %>
<div class="d-flex align-items-center">
<div class="warning-icon icon flex-grow-1" alt="warning" aria-hidden="true">&nbsp;</div>
<div class="warning-icon icon" alt="warning" aria-hidden="true">&nbsp;</div>
<div class="my-1 pl-0 pr-2">
<%= l10n('unverified') %>
</div>
Expand Down

0 comments on commit 50970e4

Please sign in to comment.