From f958a1cbc89776f7adfe2b106c74dbc56f2b9079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Sat, 30 May 2020 00:45:24 +0800 Subject: [PATCH] fix: Steps subtitle transition style (#24593) close #24576 --- components/steps/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/steps/style/index.less b/components/steps/style/index.less index a13b256243..2f2236b344 100644 --- a/components/steps/style/index.less +++ b/components/steps/style/index.less @@ -152,6 +152,7 @@ .@{steps-prefix-cls}-item { &-title, + &-subtitle, &-description, &-icon .@{steps-prefix-cls}-icon { transition: color 0.3s;