💄 unified Cascader selected style with Select

This commit is contained in:
afc163 2019-05-17 14:09:56 +08:00
parent 1517fcbbd6
commit 1c918b0921
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -195,8 +195,8 @@
&-active:not(&-disabled) {
&,
&:hover {
font-weight: 600;
background: @background-color-base;
font-weight: @select-item-selected-font-weight;
background-color: @background-color-light;
}
}
&-expand {