mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 20:43:11 +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) {
|
&-selected:not(&-disabled) {
|
||||||
color: @text-color;
|
color: @select-item-selected-color;
|
||||||
font-weight: @select-item-selected-font-weight;
|
font-weight: @select-item-selected-font-weight;
|
||||||
background-color: @select-item-selected-bg;
|
background-color: @select-item-selected-bg;
|
||||||
|
|
||||||
|
@ -413,6 +413,7 @@
|
|||||||
// Select
|
// Select
|
||||||
// ---
|
// ---
|
||||||
@select-border-color: @border-color-base;
|
@select-border-color: @border-color-base;
|
||||||
|
@select-item-selected-color: @text-color;
|
||||||
@select-item-selected-font-weight: 600;
|
@select-item-selected-font-weight: 600;
|
||||||
@select-dropdown-bg: @component-background;
|
@select-dropdown-bg: @component-background;
|
||||||
@select-item-selected-bg: @primary-1;
|
@select-item-selected-bg: @primary-1;
|
||||||
|
Loading…
Reference in New Issue
Block a user