mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
fix missing less variable
This commit is contained in:
parent
377f30b520
commit
ebd66d0082
@ -298,7 +298,7 @@
|
||||
}
|
||||
|
||||
.@{select-prefix-cls}-selection__choice {
|
||||
background-color: @cascader-active-bg;
|
||||
background-color: #f3f3f3;
|
||||
border-radius: 4px;
|
||||
cursor: default;
|
||||
float: left;
|
||||
@ -479,7 +479,7 @@
|
||||
&-selected {
|
||||
&,
|
||||
&:hover {
|
||||
background-color: @cascader-active-bg;
|
||||
background-color: @background-color-base;
|
||||
font-weight: bold;
|
||||
color: @text-color;
|
||||
}
|
||||
|
@ -130,7 +130,7 @@
|
||||
}
|
||||
|
||||
li&-option-selected {
|
||||
background: @cascader-active-bg;
|
||||
background: @background-color-base;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user