@import "../config.less"; :global .BITreeSelect { .ant-select-selection { border: 1px solid #DCDDE0; border-radius: 2px; } .ant-select-selection:hover{ //border-color: @base-green; } .ant-select-selection:focus{ //border-color: @base-green; //box-shadow: @base-green-shadow; } .ant-select-selection:active{ //border-color: @base-green; //box-shadow: @base-green-shadow; } .ant-select-open .ant-select-selection{ //border-color: @base-green; //box-shadow: @base-green-shadow; } .ant-select-selection--multiple .ant-select-selection__choice { margin-right: 14px; } }