fixed #1728
This commit is contained in:
parent
8a392d25fc
commit
0e4166bd0a
2 changed files with 15 additions and 60 deletions
|
@ -149,6 +149,18 @@
|
|||
.ivu-select-item span{
|
||||
color: @error-color;
|
||||
}
|
||||
.@{cascader-prefix-cls} {
|
||||
&-menu{
|
||||
&-item{
|
||||
padding-right: 24px;
|
||||
transition: all @transition-time @ease-in-out;
|
||||
&-active{
|
||||
background-color: @background-color-select-hover;
|
||||
color: @primary-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.@{form-item-prefix-cls}-error{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue