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
+7
View File
@@ -97,6 +97,13 @@
.maputnik-select {
@extend .maputnik-input;
-moz-appearance: none;
-webkit-appearance: none;
background: $color-gray url("#{$icon-down-arrow}") right center no-repeat;
color: $color-white;
background-position: calc(100% - 2px) center;
padding-right: 20px;
height: 24px;
}