mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 00:20:00 +00:00
Made buttons keyboard accessible.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -91,7 +91,6 @@
|
||||
|
||||
.maputnik-button-selected {
|
||||
background-color: lighten($color-midgray, 12);
|
||||
outline: 1px $color-white;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
@@ -57,6 +57,8 @@
|
||||
}
|
||||
|
||||
.maputnik-toolbar-action {
|
||||
background: inherit;
|
||||
border-width: 0;
|
||||
@extend .maputnik-toolbar-link;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user