File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments