Browse Source

revert: radio style

pull/1431/head
tanjinzhou 5 years ago
parent
commit
bad8cc0626
  1. 24
      components/radio/style/index.less

24
components/radio/style/index.less

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

Loading…
Cancel
Save