From b951105b93980af099401b897d5aac6d81a844ca Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 2 Sep 2018 15:48:52 +0800 Subject: [PATCH] Fix avatar active animation in skeleton --- components/skeleton/style/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/skeleton/style/index.less b/components/skeleton/style/index.less index f1664e8649..e2bd978f19 100644 --- a/components/skeleton/style/index.less +++ b/components/skeleton/style/index.less @@ -94,6 +94,10 @@ .skeleton-color(); } } + + .@{skeleton-avatar-prefix-cls} { + .skeleton-color(); + } } }