Skip to content

Commit

Permalink
fix(list-view): disable select types icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 13, 2020
1 parent 988a219 commit 2ea540e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ import { ClipboardService } from '../../clipboard/clipboard.service';
[icon]="row.ManipulateIcon"
></nb-icon>
</td>
<td style="padding: 0;"><img [src]="'assets/icons/' + row.TypeIcon" /></td>
<td class="rng-noselect" style="padding: 0;">
<img [src]="'assets/icons/' + row.TypeIcon" />
</td>
<td class="rng-noselect">{{ row.Name }}</td>
<td class="rng-noselect">{{ row.SizeHumanReadable }}</td>
<td class="rng-noselect">{{ row.ModTimeHumanReadable }}</td>
Expand Down

0 comments on commit 2ea540e

Please sign in to comment.