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 271271 > span :first-child > .@{btnClassName} {
272272 margin-left : 0 ;
273273 }
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+ }
274280
275281 > .@{btnClassName} :first-child :not (:last-child ),
276282 > span :first-child :not (:last-child ) > .@{btnClassName} {
285291 }
286292
287293 &-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+ }
288300 > .@{btnClassName} :first-child :not (:last-child ),
289301 > span :first-child :not (:last-child ) > .@{btnClassName} {
290302 border-bottom-left-radius : @btn-border-radius-sm ;
You can’t perform that action at this time.
0 commit comments