update Cascader

update Cascader
This commit is contained in:
梁灏 2016-11-16 10:07:03 +08:00
parent bd4e3b9b0a
commit 165bb7c9ed
7 changed files with 54 additions and 31 deletions

View file

@ -24,14 +24,10 @@
}
&-arrow {
position: absolute;
top: 50%;
right: 8px;
line-height: 1;
margin-top: -6px;
font-size: @font-size-base;
color: @subsidiary-color;
.transition(all @transition-time @ease-in-out);
.inner-arrow();
}
&-visible &-arrow:nth-of-type(2){
.transform(rotate(180deg));
}
.@{select-dropdown-prefix-cls} {
@ -78,7 +74,7 @@
&-active{
background-color: @background-color-select-hover;
font-weight: bold;
color: @primary-color;
}
}
}