@ttk/component
Version:
ttk组件库
37 lines (30 loc) • 785 B
text/less
.@{mk-prefix}-select {
font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.@{mk-prefix}-lazy-select-need-add {
padding-bottom: 30px;
}
.@{ant-prefix}-select {
color: @heading-color;
&-selection {
&:hover,
&:focus,
&:active {
border-color: #4585eb;
box-shadow : 1px 1px 1px 1px rgba(136, 182, 255, 0.5);
}
}
&-dropdown-menu-item {
&-selected {
&,
&:hover {
background-color: @primary-color;
font-weight : 400;
color : #fff;
}
}
}
}
.select-cursor-text .@{ant-prefix}-select-selection--single {
cursor: text;
}