fix: cascader and input-number-handler bg

This commit is contained in:
ycjcl868 2019-12-01 21:42:02 +08:00
parent 673f86b3f5
commit d388c1dcc6
3 changed files with 10 additions and 2 deletions

View File

@ -28,7 +28,7 @@
position: relative;
display: inline-block;
background-color: @component-background;
background-color: @cascader-bg;
border-radius: @border-radius-base;
outline: 0;
cursor: pointer;
@ -127,7 +127,7 @@
z-index: @zindex-dropdown;
font-size: @font-size-base;
white-space: nowrap;
background: @component-background;
background: @cascader-menu-bg;
border-radius: @border-radius-base;
box-shadow: @box-shadow-base;

View File

@ -239,11 +239,17 @@
// ---
@input-bg: transparent;
@input-placeholder-color: fade(@white, 30%);
@input-number-handler-active-bg: @gray-11;
// Select
// ---
@select-background: transparent;
// Cascader
// ---
@cascader-bg: transparent;
@cascader-menu-bg: @gray-11;
// Anchor
// ---
@anchor-bg: @black;

View File

@ -357,7 +357,9 @@
// Cascader
// ---
@cascader-bg: @component-background;
@cascader-item-selected-bg: @blue-1;
@cascader-menu-bg: @component-background;
// Anchor
// ---