🐛 Fix DatePicker in Input.Group missing left border when hover (#20644)

close #20372
This commit is contained in:
偏右 2020-01-03 16:21:34 +08:00 committed by GitHub
parent 493e987f16
commit 8e1051daf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@
.reset-component;
.picker-padding(@input-height-base, @font-size-base, @input-padding-horizontal-base);
position: relative;
display: inline-flex;
align-items: center;
background: @picker-bg;