File tree Expand file tree Collapse file tree
src/main/webapp/wise5/vle/nav-item Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< ng-container *ngIf ="nodeStatus.isVisible " [ngSwitch] ="type ">
22 < mat-card *ngSwitchCase ="'card' " [ngClass] ="{'expanded mat-elevation-z6': expanded} ">
3- < mat-card-header (click) ="itemClicked($event) " role ="button " matRipple fxLayout ="row "
4- tabindex ="0 " i18n-aria-label aria-label ="Expand or collapse lesson content ">
3+ < mat-card-header (click) ="itemClicked($event) " (keyup.enter) ="itemClicked($event) " role ="button "
4+ matRipple fxLayout ="row " tabindex ="0 " i18n-aria-label
5+ aria-label ="Expand or collapse lesson content ">
56 < node-icon mat-card-avatar class ="group-icon " [nodeId] ="nodeId " size ="36 "
67 [icon] ="nodeStatus.icon "> </ node-icon >
78 < mat-card-title class ="title " style ="color: {{nodeStatus.icon.color}}; ">
3637 </ mat-card-actions >
3738 </ mat-card >
3839 < button mat-list-item class ="list-item " *ngSwitchCase ="'list' " (click) ="itemClicked($event) "
39- tabindex ="0 " i18n-title title ="Go to {{nodeTitle}} "
40- [ngClass] ="{'group':isGroup} ">
40+ tabindex ="0 " i18n-title title ="Go to {{nodeTitle}} " [ngClass] ="{'group':isGroup} ">
4141 < node-icon matListAvatar [nodeId] ="nodeId " [icon] ="nodeStatus.icon "> </ node-icon >
4242 < p matLine > {{ nodeTitle }}</ p >
4343 < div fxLayoutAlign ="center center " fxLayoutGap ="8px ">
Original file line number Diff line number Diff line change 1515}
1616
1717.mat-card-header {
18+ cursor : pointer ;
19+
1820 & :focus , & :hover {
1921 outline : none ;
2022
2123 .title {
22- border-bottom : 1px dashed #aaaaaa ;
24+ text-decoration-line : underline ;
25+ text-decoration-style : dashed ;
26+ text-decoration-color : inherit ;
27+ text-decoration-thickness : from- font;
2328 }
2429 }
2530}
You can’t perform that action at this time.
0 commit comments