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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user