1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

[SM-724] improve table header a11y; fix vertical layout shift (#5311)

This commit is contained in:
Will Martin
2023-05-03 14:14:52 -04:00
committed by GitHub
parent d3efcd9279
commit 419a041739

View File

@@ -33,9 +33,12 @@
</th> </th>
<th bitCell bitSortable="name" default>{{ "name" | i18n }}</th> <th bitCell bitSortable="name" default>{{ "name" | i18n }}</th>
<th bitCell bitSortable="revisionDate">{{ "lastEdited" | i18n }}</th> <th bitCell bitSortable="revisionDate">{{ "lastEdited" | i18n }}</th>
<th bitCell class="tw-w-0"> <th
bitCell
class="tw-w-0"
[ngClass]="{ 'tw-invisible': !(hasWriteAccessOnSelected$ | async) }"
>
<button <button
*ngIf="hasWriteAccessOnSelected$ | async"
type="button" type="button"
bitIconButton="bwi-ellipsis-v" bitIconButton="bwi-ellipsis-v"
buttonType="main" buttonType="main"