Skip to content

Commit

Permalink
added color of chevron during panel expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
MaharshiPedu committed Sep 26, 2023
1 parent 03aaae9 commit cde31e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<button type="button" class="chevron btn-course btn btn-primary btn-sm" aria-label="Expand panel" [attr.aria-expanded]=isExpanded>
<i class="fas fa-chevron-down" [style.color]="chevronColor" *ngIf="!isExpanded"></i>
<i class="fas fa-chevron-up" *ngIf="isExpanded"></i>
<i class="fas fa-chevron-up" [style.color]="chevronColor" *ngIf="isExpanded"></i>
</button>

0 comments on commit cde31e1

Please sign in to comment.