mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 15:19:58 +08:00
aefba96f13
* refactor: Transfer cssinjs * chore: add fixme * chore: fix lint * chore: fix lint * chore: bundle size * chore: fix test * refactor: adjust status style
32 lines
586 B
Plaintext
32 lines
586 B
Plaintext
// @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);
|
|
// }
|
|
// }
|