From 492cc244d85047d999fcb4c07b334a9910cb17d7 Mon Sep 17 00:00:00 2001 From: orangemug Date: Sat, 6 Oct 2018 22:14:59 +0100 Subject: [PATCH] Added hacks to fix styling issue See --- src/styles/_toolbar.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/styles/_toolbar.scss b/src/styles/_toolbar.scss index 734c8ad..b3e9e0b 100644 --- a/src/styles/_toolbar.scss +++ b/src/styles/_toolbar.scss @@ -100,10 +100,17 @@ background: inherit; border-width: 0; @extend .maputnik-toolbar-link; -} -.maputnik-toolbar-select select { - margin-left: 4px; + select { + // HACK: + color: $color-black !important; + margin-left: 4px; + + option { + // HACK: + color: $color-black !important; + } + } } .maputnik-icon-text {