Browse Source

style: optimize button loading style in rtl (#23776)

* style: optimize button loading style in rtl

* opt rtl

* reback
pull/23815/head
xrkffgg 5 years ago
committed by GitHub
parent
commit
bd692bef71
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      components/button/style/rtl.less

7
components/button/style/rtl.less

@ -31,6 +31,13 @@
padding-left: @margin-xs;
}
}
&:only-child {
.@{iconfont-css-prefix} {
padding-right: 0;
padding-left: 0;
}
}
}
> .@{iconfont-css-prefix} + span,

Loading…
Cancel
Save