mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Merge pull request #6007 from megawac/fix-cascader-background
Fix cascader not using @component-background
This commit is contained in:
commit
e37648adbd
@ -22,7 +22,7 @@
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
font-size: @font-size-base;
|
||||
background-color: #fff;
|
||||
background-color: @component-background;
|
||||
border-radius: @border-radius-base;
|
||||
outline: 0;
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
z-index: 2;
|
||||
background: #fff;
|
||||
background: @component-background;
|
||||
top: 50%;
|
||||
font-size: @font-size-base;
|
||||
color: @disabled-color;
|
||||
@ -106,7 +106,7 @@
|
||||
}
|
||||
&-menus {
|
||||
font-size: @font-size-base;
|
||||
background: #fff;
|
||||
background: @component-background;
|
||||
position: absolute;
|
||||
z-index: @zindex-dropdown;
|
||||
border-radius: @border-radius-base;
|
||||
|
Loading…
Reference in New Issue
Block a user