Skip to content

Commit

Permalink
Fix Select background bug #458
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Sep 8, 2018
1 parent ad880e6 commit 20d7cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select.js
Expand Up @@ -31,7 +31,7 @@ export const Select = sys({
appearance: 'none',
width: '100%',
border: 0,
background: `url("${arrow}")`,
backgroundImage: `url("${arrow}")`,
backgroundPosition: 'calc(100% - 8px) center',
backgroundRepeat: 'no-repeat',
backgroundSize: '8px 8px',
Expand Down

0 comments on commit 20d7cc2

Please sign in to comment.