Skip to content

Commit

Permalink
fix(icon): labels in icon groups where shown italic
Browse files Browse the repository at this point in the history
When making use of a floating label inside an icon group, the label text is shown italic (because icon groups use the i tag)
  • Loading branch information
lubber-de committed Nov 2, 2020
1 parent 79b4eff commit 595367d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions/elements/icon.less
Expand Up @@ -289,6 +289,7 @@ i.icon,
i.icons {
font-size: @medium;
line-height: @lineHeight;
font-style: normal;
}
& when not (@variationIconSizes = false) {
each(@variationIconSizes, {
Expand Down

0 comments on commit 595367d

Please sign in to comment.