Skip to content

Commit bad8cc0

Browse files
committed
revert: radio style
1 parent ae6aee6 commit bad8cc0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

components/radio/style/index.less

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -184,18 +184,18 @@ span.@{radio-prefix-cls} + * {
184184
line-height: @input-height-sm - 2px;
185185
}
186186

187-
// &:not(:first-child) {
188-
// &::before {
189-
// position: absolute;
190-
// top: 0;
191-
// left: -1px;
192-
// display: block;
193-
// width: 1px;
194-
// height: 100%;
195-
// background-color: @border-color-base;
196-
// content: '';
197-
// }
198-
// }
187+
&:not(:first-child) {
188+
&::before {
189+
position: absolute;
190+
top: 0;
191+
left: -1px;
192+
display: block;
193+
width: 1px;
194+
height: 100%;
195+
background-color: @border-color-base;
196+
content: '';
197+
}
198+
}
199199
&:first-child {
200200
border-left: @border-width-base @border-style-base @border-color-base;
201201
border-radius: @border-radius-base 0 0 @border-radius-base;

0 commit comments

Comments
 (0)