Skip to content

Commit

Permalink
style(Upload): remove progress border-raduis in card
Browse files Browse the repository at this point in the history
  • Loading branch information
tao1991123 committed Jan 16, 2019
1 parent f2d460c commit 5332740
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/upload/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,12 @@
bottom: 0;
left: 0;
width: 100%;
.#{$css-prefix}progress-line-underlay {
border-radius: 0;
}
.#{$css-prefix}progress-line-overlay {
border-radius: 0;
}
}

&-uploading .#{$css-prefix}upload-list-item-thumbnail {
Expand Down

0 comments on commit 5332740

Please sign in to comment.