mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
style: add @select-item-selected-color (#25476)
This commit is contained in:
parent
75645c4981
commit
eb63231ab4
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user