Made buttons keyboard accessible.

This commit is contained in:
orangemug
2018-05-10 16:50:37 +01:00
parent 06eac68f9d
commit 11d73595fc
5 changed files with 9 additions and 7 deletions

View File

@@ -53,6 +53,7 @@
font-size: $font-size-6;
padding: $margin-2;
user-select: none;
border-width: 0;
border-radius: 2px;
box-sizing: border-box;

View File

@@ -91,7 +91,6 @@
.maputnik-button-selected {
background-color: lighten($color-midgray, 12);
outline: 1px $color-white;
color: white;
}

View File

@@ -57,6 +57,8 @@
}
.maputnik-toolbar-action {
background: inherit;
border-width: 0;
@extend .maputnik-toolbar-link;
}