Skip to content

Commit 5e6ce03

Browse files
Changing order of styles.
1 parent 0b92e52 commit 5e6ce03

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;
2423
border-bottom: 1px solid;
2524
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;
2423
border-bottom: 1px solid;
2524
font-weight: 600;
25+
color: inherit;
2626
}
2727

2828
.example-nav-button {

0 commit comments

Comments
 (0)