ant-design/components/transfer/style/status.less

32 lines
586 B
Plaintext
Raw Normal View History

// @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);
// }
// }