mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: cascader and input-number-handler bg
This commit is contained in:
parent
673f86b3f5
commit
d388c1dcc6
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -357,7 +357,9 @@
|
||||
|
||||
// Cascader
|
||||
// ---
|
||||
@cascader-bg: @component-background;
|
||||
@cascader-item-selected-bg: @blue-1;
|
||||
@cascader-menu-bg: @component-background;
|
||||
|
||||
// Anchor
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user