Merge pull request #577 from fredj/del_btn_style

Simplify and fix vertical alignment of the delete button
This commit is contained in:
Orange Mug 2019-10-25 22:15:23 +01:00 committed by GitHub
commit 8dfc16e7ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,17 +45,12 @@
}
.maputnik-delete-stop {
display: inline-block;
padding-bottom: 0;
padding-top: 0;
vertical-align: middle;
@extend .maputnik-icon-button;
vertical-align: top;
.maputnik-doc-wrapper {
width: auto;
}
.maputnik-doc-target {
cursor: pointer;
}
}
.maputnik-add-stop {