feat: add @checkbox-border-radius - #31360
Merged
Merged
Conversation
… a separate less variable
Member
Contributor
Codecov Report
@@ Coverage Diff @@
## feature #31360 +/- ##
===========================================
+ Coverage 98.81% 99.96% +1.14%
===========================================
Files 363 400 +37
Lines 7280 7579 +299
Branches 1967 2138 +171
===========================================
+ Hits 7194 7576 +382
+ Misses 86 3 -83
Continue to review full report at Codecov.
|
afc163
approved these changes
Jul 12, 2021
15 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Add the possibility to control the checkbox border-radius using a separate less variable.
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
No related issues it's a feature PR
💡 Background and solution
At the moment there is no possibility to separatelly control checkbox border-radius with less variables. It uses the base border-radius variable which is ok by default.... But a lot of peoples likes to make their components more round with a border e.g(10px) and all components look good but not the checkbox because it becomes fully Round/Circle because of it's small size. And this PR is meant to provide a way to control separately only the checkbox border-radius if is needed.
📝 Changelog
@checkbox-border-radiusless variable.@checkbox-border-radius。☑️ Self Check before Merge