mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
fix RadioButton style inside FormItem
This commit is contained in:
parent
55c2223366
commit
be02817433
@ -181,7 +181,8 @@ span.@{radio-prefix-cls} + * {
|
||||
}
|
||||
|
||||
.@{radio-prefix-cls}-inner,
|
||||
input {
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
.opacity(0);
|
||||
width: 0;
|
||||
height: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user