perf(uploader): expand delete button area (#3631)

fix #3629
This commit is contained in:
rex 2020-09-22 21:04:09 +08:00 committed by GitHub
parent 5f07067efd
commit 02ea9f6a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,14 +68,24 @@
right: 0;
width: @uploader-delete-icon-size;
height: @uploader-delete-icon-size;
background-color: @uploader-delete-background-color;
border-radius: 0 0 0 12px;
padding: 0 0 @padding-xs @padding-xs;
&::after {
position: absolute;
top: 0;
right: 0;
width: @uploader-delete-icon-size;
height: @uploader-delete-icon-size;
background-color: @uploader-delete-background-color;
border-radius: 0 0 0 @uploader-delete-icon-size - 2px;
content: '';
}
&-icon {
position: absolute;
top: -2px;
right: -2px;
color: #fff;
z-index: 1;
color: @uploader-delete-color;
font-size: 16px;
transform: scale(0.5);