1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-21 11:35:34 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,9 +33,12 @@
</th>
<th bitCell bitSortable="name" default>{{ "name" | 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
*ngIf="hasWriteAccessOnSelected$ | async"
type="button"
bitIconButton="bwi-ellipsis-v"
buttonType="main"