Added skip-menu link for keyboard users.

This commit is contained in:
orangemug
2018-05-28 10:50:19 +01:00
parent 1aed761893
commit a82ba26f86
3 changed files with 27 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ class LayerListContainer extends React.Component {
<div className="maputnik-default-property">
<div className="maputnik-multibutton">
<button
id="skip-menu"
onClick={this.toggleLayers.bind(this)}
className="maputnik-button">
{this.state.areAllGroupsExpanded === true ? "Collapse" : "Expand"}