style: optimize steps rtl (#23564)

This commit is contained in:
xrkffgg 2020-04-24 17:55:44 +08:00 committed by GitHub
parent fb46b8a864
commit dfcaa408c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
.@{steps-prefix-cls}-item {
&-icon {
.@{steps-prefix-cls}-rtl & {
.@{steps-prefix-cls}.@{steps-prefix-cls}-rtl & {
margin-right: 0;
margin-left: 8px;
}
@ -129,6 +129,7 @@
.@{steps-prefix-cls}-item-title {
.@{steps-prefix-cls}-rtl& {
padding-right: 0;
padding-left: 12px;
}
}
}