File tree 2 files changed +14
-12
lines changed
src/components-examples/cdk/stepper
cdk-custom-stepper-without-form
cdk-linear-stepper-with-form
2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
.example-container {
2
- border : 1px solid black ;
2
+ border : 1px solid;
3
3
padding : 10px ;
4
4
margin : 10px ;
5
+ color : inherit;
5
6
}
6
7
7
8
.example-step-navigation-bar {
10
11
margin-top : 10px ;
11
12
}
12
13
13
- .example-active {
14
- color : blue;
15
- }
16
-
17
14
.example-step {
18
15
background : transparent;
19
16
border : 0 ;
20
17
margin : 0 10px ;
21
18
padding : 10px ;
22
- color : black ;
19
+ color : inherit ;
23
20
}
24
21
25
22
.example-step .example-active {
26
- color : blue;
27
- border-bottom : 1px solid blue;
23
+ color : inherit;
24
+ border-bottom : 1px solid;
25
+ font-weight : 600 ;
28
26
}
29
27
30
28
.example-nav-button {
31
29
background : transparent;
32
30
border : 0 ;
31
+ color : inherit;
33
32
}
Original file line number Diff line number Diff line change 1
1
.example-container {
2
- border : 1px solid black ;
2
+ border : 1px solid;
3
3
padding : 10px ;
4
4
margin : 10px ;
5
+ color : inherit;
5
6
}
6
7
7
8
.example-step-navigation-bar {
15
16
border : 0 ;
16
17
margin : 0 10px ;
17
18
padding : 10px ;
18
- color : black ;
19
+ color : inherit ;
19
20
}
20
21
21
22
.example-step .example-active {
22
- border-bottom : 1px solid blue;
23
- color : blue;
23
+ color : inherit;
24
+ border-bottom : 1px solid;
25
+ font-weight : 600 ;
24
26
}
25
27
26
28
.example-nav-button {
27
29
background : transparent;
28
30
border : 0 ;
31
+ color : inherit;
29
32
}
You can’t perform that action at this time.
0 commit comments