Tooltip: Use AccessibleButton
in RovingAccessibleTooltipButton
(#12458)
* Use `AccessibleButton` in `RovingAccessibleTooltipButton` * Update snapshots * Update @vector-im/compound-web * Update playwright * Remove placement
This commit is contained in:
parent
3634e665b1
commit
2df946b5b1
9 changed files with 34 additions and 49 deletions
|
@ -11,6 +11,7 @@ exports[`EventTileThreadToolbar renders 1`] = `
|
|||
<div
|
||||
aria-label="View in room"
|
||||
class="mx_AccessibleButton mx_MessageActionBar_iconButton"
|
||||
data-state="closed"
|
||||
role="button"
|
||||
tabindex="0"
|
||||
>
|
||||
|
@ -19,6 +20,7 @@ exports[`EventTileThreadToolbar renders 1`] = `
|
|||
<div
|
||||
aria-label="Copy link to thread"
|
||||
class="mx_AccessibleButton mx_MessageActionBar_iconButton"
|
||||
data-state="closed"
|
||||
role="button"
|
||||
tabindex="-1"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue