fix(Uploader): remove round border radius (#3384)

This commit is contained in:
neverland 2020-07-14 19:41:12 +08:00 committed by GitHub
parent 75c7a6151c
commit 0f65ed110c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -573,7 +573,6 @@
@uploader-icon-color: @gray-4;
@uploader-text-color: @gray-6;
@uploader-text-font-size: @font-size-sm;
@uploader-upload-border-radius: 8px;
@uploader-upload-background-color: @gray-1;
@uploader-upload-active-color: @active-color;
@uploader-delete-color: @gray-6;

View File

@ -29,7 +29,6 @@
height: @uploader-size;
margin: 0 @padding-xs @padding-xs 0;
background-color: @uploader-upload-background-color;
border-radius: @uploader-upload-border-radius;
&:active {
background-color: @uploader-upload-active-color;
@ -61,7 +60,6 @@
width: @uploader-size;
height: @uploader-size;
overflow: hidden;
border-radius: @uploader-upload-border-radius;
}
&-delete {
@ -91,7 +89,6 @@
width: @uploader-size;
height: @uploader-size;
background-color: @uploader-file-background-color;
border-radius: @uploader-upload-border-radius;
&-icon {
color: @uploader-file-icon-color;
@ -121,7 +118,6 @@
justify-content: center;
color: @white;
background-color: @uploader-mask-background-color;
border-radius: @uploader-upload-border-radius;
&-icon {
font-size: @uploader-mask-icon-size;