Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Fix file drop trash icon (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush committed Aug 15, 2019
1 parent aa0f2ee commit 8b66201
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
({{fileItem.file.size | skyFileSize}})
</div>
</div>
<div class="sky-pull-right">
<div class="sky-file-item-controls">
<button type="button" class="sky-btn sky-btn-default sky-file-item-btn-delete" [attr.aria-label]="'skyux_file_attachment_file_item_delete' | skyLibResources" (click)="itemDelete()">
<sky-icon icon="trash-o" size="lg"></sky-icon>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
}

.sky-file-item-name-container {
display: inline-block;
width: 85%;
flex: 1 0 auto;
}

.sky-file-item-controls {
flex: 0 1 auto;
}

.sky-file-item-name {
Expand All @@ -22,6 +25,7 @@

.sky-file-item-title {
margin-bottom: $sky-margin;
display: flex;
}

.sky-file-item-content {
Expand Down

0 comments on commit 8b66201

Please sign in to comment.