mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 09:10:30 +01:00
Added hacks to fix styling issue
See <https://github.com/maputnik/editor/pull/392#issuecomment-427595172>
This commit is contained in:
parent
a666f86be0
commit
492cc244d8
1 changed files with 10 additions and 3 deletions
|
@ -100,10 +100,17 @@
|
||||||
background: inherit;
|
background: inherit;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
@extend .maputnik-toolbar-link;
|
@extend .maputnik-toolbar-link;
|
||||||
}
|
|
||||||
|
|
||||||
.maputnik-toolbar-select select {
|
select {
|
||||||
margin-left: 4px;
|
// HACK: <https://github.com/maputnik/editor/pull/392#issuecomment-427595172>
|
||||||
|
color: $color-black !important;
|
||||||
|
margin-left: 4px;
|
||||||
|
|
||||||
|
option {
|
||||||
|
// HACK: <https://github.com/maputnik/editor/pull/392#issuecomment-427595172>
|
||||||
|
color: $color-black !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-icon-text {
|
.maputnik-icon-text {
|
||||||
|
|
Loading…
Reference in a new issue