Skip to content

Commit

Permalink
add positive checkmark for file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenUlmer committed Oct 24, 2019
1 parent da1266f commit 63c737d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<span class="go-file-upload__container--loading-text">Uploading File...</span>
</div>
<div class="go-file-upload__container go-file-upload__container--selected" *ngIf="state === 'selected' && !isLoading">
<go-icon icon="check" iconClass="go-icon--large"></go-icon>
<go-icon icon="check" class="go-file-upload__selected-checkmark" iconClass="go-icon--large"></go-icon>
File Selected
</div>
<input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@
.go-file-upload__file-name--dark {
color: $theme-dark-color;
}

.go-file-upload__selected-checkmark {
color: $ui-color-positive;
}

0 comments on commit 63c737d

Please sign in to comment.