mirror of
https://github.com/maputnik/editor.git
synced 2026-04-11 20:10:02 +00:00
Added aria-label to public styles, also fixed button to reserve space in DOM (fixes #245)
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
background-color: $color-gray;
|
||||
padding: $margin-3;
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
&:hover {
|
||||
background-color: $color-midgray;
|
||||
@@ -99,6 +100,9 @@
|
||||
display: block;
|
||||
margin-top: $margin-2;
|
||||
width: 100%;
|
||||
padding-top: calc(400 / 600 * 100%);
|
||||
background-size: cover;
|
||||
background-color: $color-midgray;
|
||||
}
|
||||
|
||||
.maputnik-add-layer {
|
||||
|
||||
Reference in New Issue
Block a user