Skip to content

Commit

Permalink
Merge pull request #16646 from ant-design/fix-cascader-style
Browse files Browse the repository at this point in the history
style: unified Cascader selected style with Select
  • Loading branch information
afc163 committed May 17, 2019
2 parents 1517fcb + 1c918b0 commit 6e59e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/cascader/style/index.less
Expand Up @@ -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 {
Expand Down

0 comments on commit 6e59e77

Please sign in to comment.