@import "./color-config.less";

& {
    box-sizing: border-box;
    cursor: text;
    border: 1px solid @border-solid;
    padding: 0 6px;
    height: 28px;
    line-height: 26px;
    border-radius: 3px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    box-shadow: none;
    outline: none;

    &:focus {
        border: 1px solid @border-focus;
    }
}

&::-ms-clear {
    display: none;
}

&::-moz-focus-inner,
&::-webkit-inner-spin-button {
    display: none;
}

&::-moz-focus-outer,
&::-webkit-outer-spin-button {
    display: none;
}

// &::-webkit-calendar-picker-indicator {
//     display: none;
// }

// &::-webkit-calendar-picker-indicator:hover {
//     display: none;
// }

&::-webkit-clear-button {
    display: none;
}