Skip to content

Commit

Permalink
style: add @select-item-selected-color (#2531)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg authored Jul 8, 2020
1 parent 63082f5 commit b741931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
}

&-selected {
color: @text-color;
color: @select-item-selected-color;
font-weight: @select-item-selected-font-weight;
background-color: @select-item-selected-bg;
}
Expand Down
1 change: 1 addition & 0 deletions components/style/themes/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
// Select
// ---
@select-border-color: @border-color-base;
@select-item-selected-color: @text-color;
@select-item-selected-font-weight: 600;
@select-dropdown-bg: @component-background;
@select-dropdown-vertical-padding: @dropdown-vertical-padding;
Expand Down

0 comments on commit b741931

Please sign in to comment.