💄 tweak RangePicker arrow shadow (#22406)

This commit is contained in:
偏右 2020-03-19 18:20:43 +08:00 committed by GitHub
parent 6abe5ef010
commit f3e0191fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,6 +279,7 @@
width: @arrow-size;
height: @arrow-size;
margin-left: @input-padding-horizontal-base * 1.5;
box-shadow: 2px -2px 6px fade(@black, 6%);
transition: left @animation-duration-slow ease-out;
&::after {