1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 20:53:22 +00:00

list styling for people

This commit is contained in:
Kyle Spearrin
2018-07-06 15:45:35 -04:00
parent 656d17cc07
commit 3e0f2126b3
8 changed files with 54 additions and 8 deletions

View File

@@ -33,7 +33,7 @@
<table class="table table-hover table-list" *ngIf="!loading && global.length > 0">
<tbody>
<tr *ngFor="let d of global">
<td class="normal-lh" [ngClass]="{'table-list-strike': d.excluded}">{{d.domains}}</td>
<td [ngClass]="{'table-list-strike': d.excluded}">{{d.domains}}</td>
<td class="table-list-options">
<div class="dropdown" appListDropdown>
<button class="btn btn-outline-secondary dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">