mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
Fix radio style
This commit is contained in:
parent
d10d92c455
commit
f8e5e8ec5a
@ -98,7 +98,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.@{radio-prefix-cls} + span {
|
||||
span.@{radio-prefix-cls} + * {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
@ -116,6 +116,10 @@
|
||||
border: 1px solid @border-color-base;
|
||||
border-left: 0;
|
||||
|
||||
a {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
> span.@{radio-prefix-cls}-button {
|
||||
margin-left: 0;
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user