File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 36
36
> div {
37
37
transition : all 0.3s , outline 0s ;
38
38
39
- & :hover ,
40
- & :focus-visible {
39
+ & :hover {
41
40
transform : @rate-star-hover-scale ;
42
41
}
43
42
47
46
48
47
& :focus-visible {
49
48
outline : 1px dashed @rate-star-color ;
49
+ transform : @rate-star-hover-scale ;
50
50
}
51
51
}
52
52
Original file line number Diff line number Diff line change 124
124
}
125
125
}
126
126
}
127
+
128
+ .@{steps-prefix-cls} -navigation.@{steps-prefix-cls} -horizontal {
129
+ > .@{steps-prefix-cls} -item
130
+ > .@{steps-prefix-cls} -item-container
131
+ > .@{steps-prefix-cls} -item-tail {
132
+ visibility : hidden ;
133
+ }
134
+ }
Original file line number Diff line number Diff line change 508
508
& :focus ,
509
509
& :hover ,
510
510
& :active {
511
- border-color : currentColor ;
511
+ border-color : currentcolor ;
512
512
}
513
513
514
514
& ::before ,
515
515
& ::after {
516
516
position : absolute ;
517
- background : currentColor ;
517
+ background : currentcolor ;
518
518
transition : transform 0.3s ease-out ;
519
519
content : ' ' ;
520
520
}
You can’t perform that action at this time.
0 commit comments