fix missing less variable

This commit is contained in:
afc163 2017-05-01 14:18:16 +08:00
parent 377f30b520
commit ebd66d0082
2 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -130,7 +130,7 @@
}
li&-option-selected {
background: @cascader-active-bg;
background: @background-color-base;
font-weight: bold;
}