Migrate TooltipTarget
usage to compound Tooltip
(#12542)
* Use new tooltip in `RoomTopic.tsx` * Use new tooltip in `MLocationBody.tsx` * Fix room topic * Update location snapshot * Use new tooltip in `AppPermission.tsx` * Remove `TooltipTarget` * Add tests for `RoomTopic`
This commit is contained in:
parent
a29cabe45a
commit
1190de9028
12 changed files with 91 additions and 384 deletions
|
@ -34,8 +34,7 @@ exports[`MLocationBody <MLocationBody> without error renders map correctly 1`] =
|
|||
class="mx_MLocationBody"
|
||||
>
|
||||
<div
|
||||
aria-describedby="mx_TooltipTarget_9K38QgU2"
|
||||
tabindex="0"
|
||||
class="mx_MLocationBody_map"
|
||||
>
|
||||
<div
|
||||
class="mx_Map mx_MLocationBody_map"
|
||||
|
@ -67,8 +66,7 @@ exports[`MLocationBody <MLocationBody> without error renders marker correctly fo
|
|||
class="mx_MLocationBody"
|
||||
>
|
||||
<div
|
||||
aria-describedby="mx_TooltipTarget_9K38QgU2"
|
||||
tabindex="0"
|
||||
class="mx_MLocationBody_map"
|
||||
>
|
||||
<div
|
||||
class="mx_Map mx_MLocationBody_map"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue