Skip to content

Commit

Permalink
feat(icon): support loading variant for icon groups
Browse files Browse the repository at this point in the history
The loading variant was missing for icon groups
  • Loading branch information
lubber-de committed Jun 6, 2021
1 parent 68bf29f commit 4d9b24c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/definitions/elements/icon.less
Expand Up @@ -68,9 +68,11 @@ i.icon:before {
Loading
---------------*/

i.icon.loading {
i.loading.icon {
height: 1em;
line-height: 1;
}
i.loading.icon, i.loading.icons {
animation: loader @loadingDuration linear infinite;
}
}
Expand Down

0 comments on commit 4d9b24c

Please sign in to comment.