mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
feat: add the posibility to controll the checkbox border radius using a separate less variable (#31360)
This commit is contained in:
parent
442ef88a91
commit
994c9d9d4e
@ -48,7 +48,7 @@
|
||||
direction: ltr;
|
||||
background-color: @checkbox-check-bg;
|
||||
border: @checkbox-border-width @border-style-base @border-color-base;
|
||||
border-radius: @border-radius-base;
|
||||
border-radius: @checkbox-border-radius;
|
||||
// Fix IE checked style
|
||||
// https://github.com/ant-design/ant-design/issues/12597
|
||||
border-collapse: separate;
|
||||
|
@ -230,6 +230,7 @@
|
||||
@checkbox-check-color: #fff;
|
||||
@checkbox-check-bg: @checkbox-check-color;
|
||||
@checkbox-border-width: @border-width-base;
|
||||
@checkbox-border-radius: @border-radius-base;
|
||||
@checkbox-group-item-margin-right: 8px;
|
||||
|
||||
// Descriptions
|
||||
|
Loading…
Reference in New Issue
Block a user