1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Tooltip: improve accessibility in room (#12493)

* Migrate to `AccessibleButton`

* Update snapshots

* Update snapshots
This commit is contained in:
Florian Duros
2024-05-07 12:20:46 +02:00
committed by GitHub
parent 18ef97161a
commit caef3c1921
10 changed files with 38 additions and 69 deletions

View File

@ -49,8 +49,3 @@ limitations under the License.
height: 32px;
}
}
.mx_RoomBreadcrumbs_Tooltip {
margin-left: -42px;
margin-top: -42px;
}