Skip to content

Commit 9ac10e4

Browse files
Triggering CircleCI build again.
1 parent 5e6ce03 commit 9ac10e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
}
2121

2222
.example-step.example-active {
23+
color: inherit;
2324
border-bottom: 1px solid;
2425
font-weight: 600;
25-
color: inherit;
2626
}
2727

2828
.example-nav-button {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
}
2121

2222
.example-step.example-active {
23+
color: inherit;
2324
border-bottom: 1px solid;
2425
font-weight: 600;
25-
color: inherit;
2626
}
2727

2828
.example-nav-button {

0 commit comments

Comments
 (0)