💄 correct @input-hover-border-color (#17820)

https://github.com/ant-design/ant-design/pull/17784#issuecomment-514069999
This commit is contained in:
偏右 2019-07-23 15:06:25 +08:00 committed by GitHub
parent ec744c93da
commit bc2d24646e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
// == when hoverd
.hover(@color: @input-hover-border-color) {
border-color: ~`colorPalette('@{color}', 5) `;
border-color: @color;
border-right-width: @border-width-base !important;
}

View File

@ -316,7 +316,7 @@
@input-bg: @component-background;
@input-number-handler-active-bg: #f4f4f4;
@input-addon-bg: @background-color-light;
@input-hover-border-color: @primary-color;
@input-hover-border-color: @primary-5;
@input-disabled-bg: @disabled-bg;
@input-outline-offset: 0 0;