We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230e22b commit 1b2f90cCopy full SHA for 1b2f90c
src/lib/badge/_badge-theme.scss
@@ -4,6 +4,7 @@
4
@import '../core/theming/palette';
5
@import '../core/theming/theming';
6
@import '../core/typography/typography-utils';
7
+@import '../../cdk/a11y/a11y';
8
9
$mat-badge-font-size: 12px;
10
$mat-badge-font-weight: 600;
@@ -17,6 +18,11 @@ $mat-badge-large-size: $mat-badge-default-size + 6;
17
18
width: $size;
19
height: $size;
20
line-height: $size;
21
+
22
+ @include cdk-high-contrast {
23
+ outline: solid 1px;
24
+ border-radius: 0;
25
+ }
26
}
27
28
&.mat-badge-above {
0 commit comments