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 547357a commit 3fb1fbcCopy full SHA for 3fb1fbc
src/dev-app/dev-app/dev-app-layout.scss
@@ -73,8 +73,4 @@ body {
73
.demo-config-buttons {
74
display: flex;
75
align-items: center;
76
-
77
- .mat-mdc-button-base {
78
- --mdc-text-button-label-text-color: inherit;
79
- }
80
}
src/material/toolbar/toolbar.scss
@@ -10,6 +10,11 @@ $height-mobile-portrait: 56px !default;
10
@include cdk.high-contrast(active, off) {
11
outline: solid 1px;
12
13
+
14
+ .mat-mdc-button-base {
15
+ --mdc-text-button-label-text-color: inherit;
16
+ --mdc-outlined-button-label-text-color: inherit;
17
+ }
18
19
20
.mat-toolbar-row, .mat-toolbar-single-row {
0 commit comments