Skip to content

Commit

Permalink
#25738 Right class name
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelrojas committed Jan 22, 2024
1 parent 458e1b3 commit ffa3220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ <h5 class="announcements__title">{{ 'announcements' | dm }}</h5>
<li
class="announcements__list-item"
[class.announcements__list-item--active]="unreadAnnouncements()">
<span
class="badge"
id="dot-toolbar-notifications-badge"
*ngIf="unreadAnnouncements()"></span>
<span class="announcements__badge" *ngIf="unreadAnnouncements()"></span>
<span class="announcements__image pi" [ngClass]="typesIcons[item.type]"></span>
<a
class="announcements__url"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
color: $black;
}

.badge {
.announcements__badge {
background-color: $color-accessible-text-fuchsia;
border-radius: 50%;
color: $white;
Expand Down

0 comments on commit ffa3220

Please sign in to comment.