This repository was archived by the owner on Feb 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616@use ' @angular/material' as mat ;
1717
1818// TODO: #12. Enable HighContrast mode
19+ @use ' @angular/cdk' ;
1920
2021:host {
2122 display : flex ;
8182 background-color : mat .get-color-from-palette (mat .$pink-palette , A100 );
8283
8384 // TODO: #12. Enable HighContrast mode
85+ @include cdk .high-contrast () {
86+ outline : solid 1px ;
87+ background-color : mat .get-color-from-palette (mat .$pink-palette , 50 );
88+ }
8489
8590 text-align : center ;
8691 text-transform : uppercase ;
101106 background-color : mat .get-color-from-palette (mat .$light-green-palette , A100 );
102107
103108 // TODO: #12. Enable HighContrast mode
109+ @include cdk .high-contrast () {
110+ // outline: solid 1px;
111+ // background-color: mat.get-color-from-palette(mat.$light-green-palette, 50);
112+ }
104113 }
105114}
You can’t perform that action at this time.
0 commit comments