mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
[SM-438] fix: table header styles (#4577)
This commit is contained in:
parent
e055e68991
commit
c6c81c3a60
@ -15,7 +15,7 @@
|
|||||||
<ng-container header>
|
<ng-container header>
|
||||||
<tr>
|
<tr>
|
||||||
<th bitCell class="tw-w-0">
|
<th bitCell class="tw-w-0">
|
||||||
<label class="tw-m-0 tw-flex tw-w-fit tw-gap-2">
|
<label class="tw-m-0 tw-flex tw-w-fit tw-gap-2 !tw-font-bold !tw-text-muted">
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
(change)="$event ? toggleAll() : null"
|
(change)="$event ? toggleAll() : null"
|
||||||
|
Loading…
Reference in New Issue
Block a user