zp-bee
Version:
zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。
44 lines (35 loc) • 1.14 kB
text/less
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border-color: #1755c0;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) {
.ant-select-selector {
border-color: #1755c0;
box-shadow: none;
}
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
background-color: #c4ebd4 ;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
font-weight: normal ;
background-color: #bfd4f3 ;
}
.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
background-color: #c4ebd4 ;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input)
.ant-select-selector {
background-color: #f3f2f7 ;
}
.ant-select:not(.ant-select-customize-input).ant-select-single
.ant-select-selector {
transition: none ;
height: 26px;
line-height: 26px;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
line-height: 26px ;
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
line-height: 26px ;
}