From a82ba26f861096201aa3cfe4e44342d62330980a Mon Sep 17 00:00:00 2001 From: orangemug Date: Mon, 28 May 2018 10:50:19 +0100 Subject: [PATCH 1/2] Added skip-menu link for keyboard users. --- src/components/Toolbar.jsx | 4 ++++ src/components/layers/LayerList.jsx | 1 + src/styles/_toolbar.scss | 22 ++++++++++++++++++++++ 3 files changed, 27 insertions(+) diff --git a/src/components/Toolbar.jsx b/src/components/Toolbar.jsx index caa1c5e8f..7d24d7486 100644 --- a/src/components/Toolbar.jsx +++ b/src/components/Toolbar.jsx @@ -135,9 +135,13 @@ export default class Toolbar extends React.Component { />
+ + Skip the menu + Maputnik

Maputnik v{pkgJson.version} diff --git a/src/components/layers/LayerList.jsx b/src/components/layers/LayerList.jsx index a9b144fb7..0bbd2abb8 100644 --- a/src/components/layers/LayerList.jsx +++ b/src/components/layers/LayerList.jsx @@ -209,6 +209,7 @@ class LayerListContainer extends React.Component {