Skip to content
Snippets Groups Projects
Commit 902c0ce1 authored by Scott Berg's avatar Scott Berg Committed by Scott Berg
Browse files

Remove NONE and default requirement icons.

parent 2f718c97
No related branches found
No related tags found
No related merge requests found
......@@ -165,15 +165,8 @@
<span class="cdk-visually-hidden">Requirement not complete</span>
</ng-container>
<ng-container *ngSwitchCase="'NONE'">
<mat-icon class="requirement-icon no-icon">remove_circle</mat-icon>
</ng-container>
<ng-container *ngSwitchDefault>
<mat-icon class="requirement-icon no-icon"
matTooltip="Requirement uses in-progress credit/courses"
matTooltipPosition="above">lens</mat-icon>
<span class="cdk-visually-hidden">Requirement uses in-progress credit/courses</span>
<span class="requirement-icon-spacer">&nbsp;</span>
</ng-container>
</ng-container>
......
......@@ -285,6 +285,10 @@ $black: #000000;
font-size: 1.75rem;
}
.requirement-icon-spacer {
width: 24px;
}
.content-type {
margin-bottom: 5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment