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 271271 > span :first-child > .@{btnClassName} {
272272 margin-left : 0 ;
273273 }
274- > .@{btnClassName} :first-child:last -child {
274+ > .@{btnClassName} :only -child {
275275 border-radius : @btn-border-radius-base ;
276276 }
277- > span :first-child:last -child > .@{btnClassName} {
277+ > span :only -child > .@{btnClassName} {
278278 border-radius : @btn-border-radius-base ;
279279 }
280280
291291 }
292292
293293 &-sm {
294- > .@{btnClassName} :first-child:last -child {
294+ > .@{btnClassName} :only -child {
295295 border-radius : @btn-border-radius-sm ;
296296 }
297- > span :first-child:last -child > .@{btnClassName} {
297+ > span :only -child > .@{btnClassName} {
298298 border-radius : @btn-border-radius-sm ;
299299 }
300300 > .@{btnClassName} :first-child :not (:last-child ),
You can’t perform that action at this time.
0 commit comments