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 { > div {
transition: all 0.3s, outline 0s; transition: all 0.3s, outline 0s;
&:hover, &:hover {
&:focus-visible {
transform: @rate-star-hover-scale; transform: @rate-star-hover-scale;
} }
@ -47,6 +46,7 @@
&:focus-visible { &:focus-visible {
outline: 1px dashed @rate-star-color; 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, &:focus,
&:hover, &:hover,
&:active { &:active {
border-color: currentColor; border-color: currentcolor;
} }
&::before, &::before,
&::after { &::after {
position: absolute; position: absolute;
background: currentColor; background: currentcolor;
transition: transform 0.3s ease-out; transition: transform 0.3s ease-out;
content: ''; content: '';
} }