You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import '../../input/style/mixin';
|
|
|
|
|
|
|
|
@transfer-prefix-cls: ~'@{ant-prefix}-transfer';
|
|
|
|
|
|
|
|
.transfer-status-color(@color) {
|
|
|
|
.@{transfer-prefix-cls}-list {
|
|
|
|
border-color: @color;
|
|
|
|
|
|
|
|
&-search:not([disabled]) {
|
|
|
|
border-color: @input-border-color;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.hover();
|
|
|
|
}
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
.active();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.@{transfer-prefix-cls} {
|
|
|
|
&-status-error {
|
|
|
|
.transfer-status-color(@error-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
&-status-warning {
|
|
|
|
.transfer-status-color(@warning-color);
|
|
|
|
}
|
|
|
|
}
|