feat: add @select-clear-background

This commit is contained in:
ycjcl868 2019-12-04 12:28:37 +08:00
parent f194a9d885
commit 4e45bee68f
3 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,7 @@
line-height: 1; line-height: 1;
text-align: center; text-align: center;
text-transform: none; text-transform: none;
background: @select-background; background: @select-clear-background;
cursor: pointer; cursor: pointer;
opacity: 0; opacity: 0;
transition: color 0.3s ease, opacity 0.15s ease; transition: color 0.3s ease, opacity 0.15s ease;

View File

@ -264,6 +264,7 @@
// --- // ---
@select-background: transparent; @select-background: transparent;
@select-dropdown-bg: @gray-11; @select-dropdown-bg: @gray-11;
@select-clear-background: @component-background;
// Cascader // Cascader
// --- // ---

View File

@ -363,6 +363,7 @@
@select-item-selected-bg: @blue-1; @select-item-selected-bg: @blue-1;
@select-item-active-bg: @item-hover-bg; @select-item-active-bg: @item-hover-bg;
@select-background: @component-background; @select-background: @component-background;
@select-clear-background: @select-background;
// Cascader // Cascader
// --- // ---