mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
feat: add @select-clear-background
This commit is contained in:
parent
f194a9d885
commit
4e45bee68f
@ -109,7 +109,7 @@
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
text-transform: none;
|
||||
background: @select-background;
|
||||
background: @select-clear-background;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
transition: color 0.3s ease, opacity 0.15s ease;
|
||||
|
@ -264,6 +264,7 @@
|
||||
// ---
|
||||
@select-background: transparent;
|
||||
@select-dropdown-bg: @gray-11;
|
||||
@select-clear-background: @component-background;
|
||||
|
||||
// Cascader
|
||||
// ---
|
||||
|
@ -363,6 +363,7 @@
|
||||
@select-item-selected-bg: @blue-1;
|
||||
@select-item-active-bg: @item-hover-bg;
|
||||
@select-background: @component-background;
|
||||
@select-clear-background: @select-background;
|
||||
|
||||
// Cascader
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user