mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 12:37:44 +01:00
Fixed lint error.
This commit is contained in:
parent
7559985a2e
commit
97bdc93a39
1 changed files with 1 additions and 4 deletions
|
@ -11,6 +11,7 @@
|
||||||
.cm-s-maputnik.CodeMirror {
|
.cm-s-maputnik.CodeMirror {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-maputnik.CodeMirror, .cm-s-maputnik .CodeMirror-gutters {
|
.cm-s-maputnik.CodeMirror, .cm-s-maputnik .CodeMirror-gutters {
|
||||||
|
@ -18,10 +19,6 @@
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-maputnik.CodeMirror {
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cm-s-maputnik .CodeMirror-gutters {
|
.cm-s-maputnik .CodeMirror-gutters {
|
||||||
background: #212328;
|
background: #212328;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue