You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The customSize attribute works great to resize, but only when there's no label.
Because it targets the parent element rather than the icon itself, any resize attempt ends up targeting the label as well. Which means that a) the icon itself does not resize & b) the label text has CSS applied that I don't want.
Describe the solution you'd like
The ability to target the icon only while also using a label.
Describe alternatives you've considered
When used transform: scale, which only works because we conveniently wanted the font-size to differ by the same proportion.
Additional context
No response
The text was updated successfully, but these errors were encountered:
@rallyb13 do you have availability to contribute to this update?
Not in the immediate future, I'm afraid. If it still hasn't been picked up after the hackathon, then maybe...?
Is your feature request related to a problem? Please describe.
The
customSize
attribute works great to resize, but only when there's no label.Because it targets the parent element rather than the icon itself, any resize attempt ends up targeting the label as well. Which means that a) the icon itself does not resize & b) the label text has CSS applied that I don't want.
Describe the solution you'd like
The ability to target the icon only while also using a label.
Describe alternatives you've considered
When used
transform: scale
, which only works because we conveniently wanted the font-size to differ by the same proportion.Additional context
No response
The text was updated successfully, but these errors were encountered: