File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
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 {
275
+ border-radius : @btn-border-radius-base ;
276
+ }
277
+ > span :first-child:last-child > .@{btnClassName} {
278
+ border-radius : @btn-border-radius-base ;
279
+ }
274
280
275
281
> .@{btnClassName} :first-child :not (:last-child ),
276
282
> span :first-child :not (:last-child ) > .@{btnClassName} {
285
291
}
286
292
287
293
&-sm {
294
+ > .@{btnClassName} :first-child:last-child {
295
+ border-radius : @btn-border-radius-sm ;
296
+ }
297
+ > span :first-child:last-child > .@{btnClassName} {
298
+ border-radius : @btn-border-radius-sm ;
299
+ }
288
300
> .@{btnClassName} :first-child :not (:last-child ),
289
301
> span :first-child :not (:last-child ) > .@{btnClassName} {
290
302
border-bottom-left-radius : @btn-border-radius-sm ;
You can’t perform that action at this time.
0 commit comments