Skip to content

Commit

Permalink
fix(cascader): fix filtered items background style (#1798)
Browse files Browse the repository at this point in the history
* feat(datepicker): add locale placeholder

* fix(menu): raise popup__menu priority

* fix(cascader): add bg color for selected item for filter
  • Loading branch information
uyarn committed May 19, 2024
1 parent d148b55 commit bf95e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/web/components/cascader/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@

&.@{prefix}-is-selected {
color: @cascader-item-color-selected;
background: @cascader-item-background-color-expanded;

& .@{prefix}-checkbox__label {
color: @cascader-item-color-selected;
Expand Down

0 comments on commit bf95e6a

Please sign in to comment.