mirror of
https://github.com/maputnik/editor.git
synced 2026-07-25 23:37:27 +00:00
Added padding to 'maputnik-doc-button' and removed cursor from doc label.
This commit is contained in:
@@ -36,9 +36,6 @@
|
|||||||
|
|
||||||
// DOC LABEL
|
// DOC LABEL
|
||||||
.maputnik-doc {
|
.maputnik-doc {
|
||||||
&-target {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-wrapper {
|
&-wrapper {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -70,7 +67,7 @@
|
|||||||
background: $color-black;
|
background: $color-black;
|
||||||
color: white;
|
color: white;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0;
|
padding: 4px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user