@import '../common/component.light.theme.less';
@import '../common/component.common.less';
:host-context(.theme-light) ::ng-deep {
        .ant-input-number{
            .cm-light-inputNumber
        }
        .ant-input-number-handler .ant-input-number-handler-up-inner, .ant-input-number-handler .ant-input-number-handler-down-inner{
             .cm-light-inputNumber-inner-border
        }
       
        .ant-input-number-handler:hover .ant-input-number-handler-up-inner, .ant-input-number-handler:hover .ant-input-number-handler-down-inner{
            color: @light-base-color;
        }
       .ant-input-number-handler-down,.ant-input-number-handler-wrap{
           .cm-light-inputNumber-inner-border;
           &:hover{
            color: @light-base-color;
        }
       }
       .ant-input-number-disabled .ant-input-number-input{
           .cm-light-inputNumber-inner-disabled
       }
       .ant-input-number{
           .cm-light-inputNumber
       }      
}