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 3636 > div {
3737 transition : all 0.3s , outline 0s ;
3838
39- & :hover ,
40- & :focus-visible {
39+ & :hover {
4140 transform : @rate-star-hover-scale ;
4241 }
4342
4746
4847 & :focus-visible {
4948 outline : 1px dashed @rate-star-color ;
49+ transform : @rate-star-hover-scale ;
5050 }
5151 }
5252
Original file line number Diff line number Diff line change 124124 }
125125 }
126126}
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 508508 & :focus ,
509509 & :hover ,
510510 & :active {
511- border-color : currentColor ;
511+ border-color : currentcolor ;
512512 }
513513
514514 & ::before ,
515515 & ::after {
516516 position : absolute ;
517- background : currentColor ;
517+ background : currentcolor ;
518518 transition : transform 0.3s ease-out ;
519519 content : ' ' ;
520520 }
You can’t perform that action at this time.
0 commit comments