File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 271
271
> span :first-child > .@{btnClassName} {
272
272
margin-left : 0 ;
273
273
}
274
- > .@{btnClassName} :first-child:last -child {
274
+ > .@{btnClassName} :only -child {
275
275
border-radius : @btn-border-radius-base ;
276
276
}
277
- > span :first-child:last -child > .@{btnClassName} {
277
+ > span :only -child > .@{btnClassName} {
278
278
border-radius : @btn-border-radius-base ;
279
279
}
280
280
291
291
}
292
292
293
293
&-sm {
294
- > .@{btnClassName} :first-child:last -child {
294
+ > .@{btnClassName} :only -child {
295
295
border-radius : @btn-border-radius-sm ;
296
296
}
297
- > span :first-child:last -child > .@{btnClassName} {
297
+ > span :only -child > .@{btnClassName} {
298
298
border-radius : @btn-border-radius-sm ;
299
299
}
300
300
> .@{btnClassName} :first-child :not (:last-child ),
You can’t perform that action at this time.
0 commit comments