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:
parent
d3efcd9279
commit
419a041739
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user