Skip to content

Commit 33f6271

Browse files
Removing color inherit, since it is not required.
It is still required for nav buttons, since those show in the black.
1 parent 8c14a28 commit 33f6271

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/components-examples/cdk/stepper/cdk-custom-stepper-without-form/example-custom-stepper.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
border: 1px solid;
33
padding: 10px;
44
margin: 10px;
5-
color: inherit;
65
}
76

87
.example-step-navigation-bar {
@@ -20,7 +19,6 @@
2019
}
2120

2221
.example-step.example-active {
23-
color: inherit;
2422
border-bottom: 1px solid;
2523
font-weight: 600;
2624
}

src/components-examples/cdk/stepper/cdk-linear-stepper-with-form/example-custom-linear-stepper.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
border: 1px solid;
33
padding: 10px;
44
margin: 10px;
5-
color: inherit;
65
}
76

87
.example-step-navigation-bar {
@@ -20,7 +19,6 @@
2019
}
2120

2221
.example-step.example-active {
23-
color: inherit;
2422
border-bottom: 1px solid;
2523
font-weight: 600;
2624
}

0 commit comments

Comments
 (0)