acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
21 lines (19 loc) • 464 B
text/less
html[dir="rtl"] {
.ant-dropdown {
right: auto ;
.ant-dropdown-menu-submenu {
&:last-child {
.ant-dropdown-menu-submenu-title {
&:after {
-webkit-transform: scale(0.83333333) rotate(180deg);
-ms-transform: scale(0.83333333) rotate(180deg);
transform: scale(0.83333333) rotate(180deg);
}
}
}
}
}
.ant-select-dropdown {
right: auto ;
}
}