revert: radio style
parent
ae6aee6ce4
commit
bad8cc0626
|
@ -184,18 +184,18 @@ span.@{radio-prefix-cls} + * {
|
||||||
line-height: @input-height-sm - 2px;
|
line-height: @input-height-sm - 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// &:not(:first-child) {
|
&:not(:first-child) {
|
||||||
// &::before {
|
&::before {
|
||||||
// position: absolute;
|
position: absolute;
|
||||||
// top: 0;
|
top: 0;
|
||||||
// left: -1px;
|
left: -1px;
|
||||||
// display: block;
|
display: block;
|
||||||
// width: 1px;
|
width: 1px;
|
||||||
// height: 100%;
|
height: 100%;
|
||||||
// background-color: @border-color-base;
|
background-color: @border-color-base;
|
||||||
// content: '';
|
content: '';
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-left: @border-width-base @border-style-base @border-color-base;
|
border-left: @border-width-base @border-style-base @border-color-base;
|
||||||
border-radius: @border-radius-base 0 0 @border-radius-base;
|
border-radius: @border-radius-base 0 0 @border-radius-base;
|
||||||
|
|
Loading…
Reference in New Issue