dabapps / roe

DabApps' Project Development Kit
https://dabapps.github.io/roe
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Add override option for checkbox radius #346

Closed alpower closed 3 years ago

alpower commented 3 years ago

If developers increase the @border-radius-base it can make the border-radius of checkboxes round.

This pulls out the default checkbox border-radius into is's own variable @checkbox-border-radius to allow for counteraction of this.

image

Fixes #327

JakeSidSmith commented 3 years ago

@alpower can you run npm version patch and commit. Then I can create and publish a new release once merged.

alpower commented 3 years ago

@alpower can you run npm version patch and commit. Then I can create and publish a new release once merged.

Done thanks!