Skip to content

Commit ccf9a41

Browse files
committed
style: some code
1 parent 5c9aea8 commit ccf9a41

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

components/rate/style/index.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
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

@@ -47,6 +46,7 @@
4746

4847
&:focus-visible {
4948
outline: 1px dashed @rate-star-color;
49+
transform: @rate-star-hover-scale;
5050
}
5151
}
5252

components/steps/style/nav.less

+8
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,11 @@
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+
}

components/table/style/index.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -508,13 +508,13 @@
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
}

0 commit comments

Comments
 (0)