feat(Uploader): update delete icon style (#4712)

This commit is contained in:
neverland
2019-10-14 13:58:42 +08:00
committed by GitHub
parent bed2ca5063
commit aeee6b97d1
5 changed files with 16 additions and 14 deletions
+4 -3
View File
@@ -62,11 +62,12 @@
&-delete {
position: absolute;
right: 0;
bottom: 0;
padding: 1px;
top: -8px;
right: -8px;
color: @uploader-delete-color;
font-size: @uploader-delete-icon-size;
background-color: @uploader-delete-background-color;
border-radius: 100%;
}
}