style: opt datepicker active bar style in rtl (#23981)

This commit is contained in:
xrkffgg 2020-05-09 10:00:23 +08:00 committed by GitHub
parent cc11b95194
commit 015109b42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,14 @@
left: @input-padding-horizontal-base;
}
}
// Active bar
.@{picker-prefix-cls}-active-bar {
.@{picker-prefix-cls}-rtl& {
margin-right: @input-padding-horizontal-base;
margin-left: 0;
}
}
}
// ======================== Ranges ========================