Fixed <select/> styling in firefox and improved in chrome.

This commit is contained in:
orangemug
2020-04-26 09:23:18 +01:00
parent 4bbe2ce1ea
commit cbdf45c852
5 changed files with 20 additions and 10 deletions
+4 -8
View File
@@ -102,15 +102,11 @@
@extend .maputnik-toolbar-link;
select {
// HACK: <https://github.com/maputnik/editor/pull/392#issuecomment-427595172>
color: $color-black !important;
margin-left: 4px;
margin-left: 6px;
border-width: 0;
option {
// HACK: <https://github.com/maputnik/editor/pull/392#issuecomment-427595172>
color: $color-black !important;
}
display: inline;
width: auto;
border: solid 1px $color-midgray;
}
}