Skip to content

Commit

Permalink
Merge pull request #430 from appearhere/bug/AH-1888-firefox-visual-issue
Browse files Browse the repository at this point in the history
AH-1888 firefox issue
  • Loading branch information
Denyer authored Oct 18, 2018
2 parents a35d53a + 10f0c4e commit 4f2af54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/Form/Select/Select.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

select.select {
-webkit-appearance: none;
-moz-appearance: none;
border: 1px solid var(--color-greyLighter);
padding: var(--size-sm-i) var(--size-regular);
font-family: var(--font-avenir);
Expand Down

0 comments on commit 4f2af54

Please sign in to comment.