Ensure tooltip contents is linked via aria to the target element (#10729)

* Ensure tooltip contents is linked via aria to the target element

* Iterate

* Fix tests

* Fix tests

* Update snapshot

* Fix missing aria labels for more tooltips

* Iterate

* Update snapshots
This commit is contained in:
Michael Telatynski
2023-05-05 08:26:11 +00:00
committed by GitHub
parent 8e962f6897
commit 99ac9e5029
22 changed files with 133 additions and 43 deletions
+2
View File
@@ -163,6 +163,8 @@ limitations under the License.
line-height: $font-25px;
flex: 1;
justify-content: center;
// We reverse things here so for accessible technologies the name comes before the e2e shield
flex-direction: row-reverse;
span {
/* limit to 2 lines, show an ellipsis if it overflows */