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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
The little highlight that indicates that a radio button is selected is not completely centered.
I think it might be due to some odd pixel rounding when it comes to its top and left position.
My screen resolution and scaling, if it helps:
The text was updated successfully, but these errors were encountered:
It turns out there's still some slight alignment issues on small and medium
I think it's due to rounding errors, so I tried a different solution. Instead of setting the size of the ::after element with the mixin, I just use a transform: scale(0.5) on it instead. It seem to have solved the issue and it allowed me override less attributes for each size.
I created a PR (#8) with my changes if you are interested 🙂
The little highlight that indicates that a radio button is selected is not completely centered.
I think it might be due to some odd pixel rounding when it comes to its top and left position.
My screen resolution and scaling, if it helps:
The text was updated successfully, but these errors were encountered: