Merge pull request #16646 from ant-design/fix-cascader-style

style: unified Cascader selected style with Select
This commit is contained in:
偏右 2019-05-17 14:16:05 +08:00 committed by GitHub
commit 6e59e7767f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {