1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-22 04:13:49 +00:00

[EC-86] Cleanup more styles

This commit is contained in:
Shane Melton
2022-10-11 08:38:10 -07:00
parent 48a33116c0
commit fb8214e6a3

View File

@@ -47,7 +47,9 @@
(change)="toggleAllVisible($event)"
id="selectAll"
/>
<label class="tw-mb-0" for="selectAll">{{ "all" | i18n }}</label>
<label class="tw-mb-0 !tw-font-bold !tw-text-muted" for="selectAll">{{
"all" | i18n
}}</label>
</th>
<th bitCell>{{ "name" | i18n }}</th>
<th bitCell>{{ "collections" | i18n }}</th>
@@ -56,6 +58,7 @@
[bitMenuTriggerFor]="headerMenu"
type="button"
bitIconButton="bwi-ellipsis-v"
size="small"
appA11yTitle="{{ 'options' | i18n }}"
></button>
@@ -74,7 +77,7 @@
<td bitCell (click)="check(g)" class="tw-cursor-pointer">
<input type="checkbox" [(ngModel)]="g.checked" />
</td>
<td bitCell class="tw-cursor-pointer tw-text-lg tw-font-bold" (click)="edit(g)">
<td bitCell class="tw-cursor-pointer tw-font-bold" (click)="edit(g)">
<button (click)="edit(g)" bitLink>
{{ g.details.name }}
</button>
@@ -91,6 +94,7 @@
[bitMenuTriggerFor]="rowMenu"
type="button"
bitIconButton="bwi-ellipsis-v"
size="small"
appA11yTitle="{{ 'options' | i18n }}"
></button>