update cell & dropdown style

This commit is contained in:
梁灏 2018-07-03 09:47:05 +08:00
parent 7e97421fac
commit 3a3dcb0af1
3 changed files with 10 additions and 2 deletions

View file

@ -34,6 +34,11 @@
&-selected &-label{
color: inherit;
}
&-selected, &&-selected:hover{
background: ~`colorPalette("@{primary-color}", 1)`;
}
&-footer{
display: inline-block;
position: absolute;

View file

@ -30,6 +30,9 @@
&-transfer{
width: auto;
}
&-item-selected, &-item&-item-selected:hover{
background: ~`colorPalette("@{primary-color}", 1)`;
}
}
.select-item(@dropdown-prefix-cls, @dropdown-item-prefix-cls);