polestar-ui-kit
Version:
## Install
24 lines (21 loc) • 634 B
text/less
@import '~antd/lib/dropdown/style/index';
@import '../../themes/default/index';
@import '../../mixins/index';
.@{dropdown-prefix-cls} {
border: @border-width-base @border-style-base @primary-2;
// border-radius: @border-radius-base;
// max-height: 300px;
// overflow-y: auto;
box-shadow: @box-shadow-base;
&-menu {
&-item,
&-submenu-title {
padding: 5px @control-padding-horizontal-md;
line-height: 24px;
&:hover {
background-color: @item-hover-bg;
color: @item-color;
}
}
}
}