Skip to content

Commit 4d9b24c

Browse files
authored
feat(icon): support loading variant for icon groups
The loading variant was missing for icon groups
1 parent 68bf29f commit 4d9b24c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/definitions/elements/icon.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ i.icon:before {
6868
Loading
6969
---------------*/
7070

71-
i.icon.loading {
71+
i.loading.icon {
7272
height: 1em;
7373
line-height: 1;
74+
}
75+
i.loading.icon, i.loading.icons {
7476
animation: loader @loadingDuration linear infinite;
7577
}
7678
}

0 commit comments

Comments
 (0)