mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
style: optimize table filter dropdown rtl style (#24529)
This commit is contained in:
parent
3712832a03
commit
9fcd20c6cc
@ -16,6 +16,11 @@
|
||||
}
|
||||
|
||||
&-menu {
|
||||
&-rtl {
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
&-item-group-title {
|
||||
.@{dropdown-prefix-cls}-rtl & {
|
||||
direction: rtl;
|
||||
|
@ -109,7 +109,8 @@
|
||||
&,
|
||||
&-submenu {
|
||||
.@{ant-prefix}-checkbox-wrapper + span {
|
||||
.@{ant-prefix}-dropdown-rtl & {
|
||||
.@{ant-prefix}-dropdown-rtl &,
|
||||
.@{ant-prefix}-dropdown-menu-submenu-rtl& {
|
||||
padding-right: 8px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user