feat(Steps): add finish-icon prop (#8103)

This commit is contained in:
neverland
2021-02-08 11:19:31 +08:00
committed by GitHub
parent 914b742fc9
commit 1a28027e1c
7 changed files with 66 additions and 33 deletions
+2 -1
View File
@@ -144,7 +144,8 @@
&__title {
transition: color @animation-duration-base;
&--active {
&--active,
&--finish {
color: @step-active-color;
}
}