update cell & dropdown style
This commit is contained in:
parent
7e97421fac
commit
3a3dcb0af1
3 changed files with 10 additions and 2 deletions
|
@ -34,6 +34,11 @@
|
|||
&-selected &-label{
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
&-selected, &&-selected:hover{
|
||||
background: ~`colorPalette("@{primary-color}", 1)`;
|
||||
}
|
||||
|
||||
&-footer{
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
|
|
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue