style: some code

pull/5361/head
tangjinzhou 2022-03-17 14:50:13 +08:00
parent 5c9aea8a19
commit ccf9a410ac
3 changed files with 12 additions and 4 deletions

View File

@ -36,8 +36,7 @@
> div {
transition: all 0.3s, outline 0s;
&:hover,
&:focus-visible {
&:hover {
transform: @rate-star-hover-scale;
}
@ -47,6 +46,7 @@
&:focus-visible {
outline: 1px dashed @rate-star-color;
transform: @rate-star-hover-scale;
}
}

View File

@ -124,3 +124,11 @@
}
}
}
.@{steps-prefix-cls}-navigation.@{steps-prefix-cls}-horizontal {
> .@{steps-prefix-cls}-item
> .@{steps-prefix-cls}-item-container
> .@{steps-prefix-cls}-item-tail {
visibility: hidden;
}
}

View File

@ -508,13 +508,13 @@
&:focus,
&:hover,
&:active {
border-color: currentColor;
border-color: currentcolor;
}
&::before,
&::after {
position: absolute;
background: currentColor;
background: currentcolor;
transition: transform 0.3s ease-out;
content: '';
}