Merge pull request #15636 from ant-design/fix-upload-dragging-jump

Fix Upload border jumping issue in Chrome
This commit is contained in:
偏右 2019-03-25 20:22:55 +08:00 committed by GitHub
commit 0a5ffa8f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@
}
&.@{upload-prefix-cls}-drag-hover:not(.@{upload-prefix-cls}-disabled) {
border: 2px dashed @primary-5;
border-color: @primary-7;
}
&.@{upload-prefix-cls}-disabled {