diff --git a/components/button/style/rtl.less b/components/button/style/rtl.less index 7ce8f853f6..f4e6ee988f 100644 --- a/components/button/style/rtl.less +++ b/components/button/style/rtl.less @@ -24,30 +24,11 @@ } } - &&-loading:not(&-circle):not(&-circle-outline):not(&-icon-only) { - .@{btn-prefix-cls}-rtl& { - padding-right: 29px; - padding-left: @padding-md - 1px; - } - - .@{iconfont-css-prefix}:not(:last-child) { - .@{btn-prefix-cls}-rtl& { - margin-right: -14px; - margin-left: 0; - } - } - } - - &-sm&-loading:not(&-circle):not(&-circle-outline):not(&-icon-only) { - .@{btn-prefix-cls}-rtl& { - padding-right: 24px; - padding-left: @padding-xs - 1px; - } - + & > &-loading-icon { .@{iconfont-css-prefix} { .@{btn-prefix-cls}-rtl& { - margin-right: -17px; - margin-left: 0; + padding-right: 0; + padding-left: @margin-xs; } } }