style: add @select-item-selected-color (#25476)

This commit is contained in:
xrkffgg 2020-07-07 18:07:42 +08:00 committed by GitHub
parent 75645c4981
commit eb63231ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -256,7 +256,7 @@
}
&-selected:not(&-disabled) {
color: @text-color;
color: @select-item-selected-color;
font-weight: @select-item-selected-font-weight;
background-color: @select-item-selected-bg;

View File

@ -413,6 +413,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-item-selected-bg: @primary-1;