mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Merge pull request #577 from fredj/del_btn_style
Simplify and fix vertical alignment of the delete button
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user