Accessibility fixes

- Aria landmarks
 - Title attributes to all icon only buttons
 - <Multibutton/> now internally a radio group
 - Replaced 1 'skip navigation link' with UI group links
 - Added map specific shortcuts to the shortcut menu
 - Hidden layer list actions from tab index
This commit is contained in:
orangemug
2020-05-18 19:37:49 +01:00
parent e3e6647e03
commit b28407a4a0
25 changed files with 260 additions and 74 deletions
+3
View File
@@ -132,6 +132,8 @@
}
.maputnik-toolbar-skip {
all: unset;
border: solid 1px transparent;
position: absolute;
overflow: hidden;
width: 0px;
@@ -147,6 +149,7 @@
&:active,
&:focus {
width: 100%;
border-color: $color-lowgray;
}
}