Merge pull request #17784 from ant-design/style-date-picker-hover-border

style: DatePicker hover style less variable
This commit is contained in:
偏右 2019-07-22 15:13:46 +08:00 committed by GitHub
commit 8a60bf0ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@
}
&:hover &-input:not(.@{ant-prefix}-input-disabled) {
border-color: @primary-color;
border-color: @input-hover-border-color;
}
&:focus &-input:not(.@{ant-prefix}-input-disabled) {