mirror of
https://github.com/maputnik/editor.git
synced 2026-08-01 10:47:26 +00:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user