styled selectbox

This commit is contained in:
Danny Coates 2019-02-13 11:14:53 -08:00
parent e9ee7d022c
commit 1c61915b53
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
6 changed files with 38 additions and 10 deletions

View file

@ -6,7 +6,7 @@ module.exports = function(selected, options, translate, changed, htmlId) {
return html`
<select
id="${htmlId}"
class="appearance-none cursor-pointer border rounded-sm bg-grey-lightest hover:border-blue-dark focus:border-blue-dark px-2 py-1 my-1 h-8"
class="appearance-none cursor-pointer border rounded bg-grey-lightest hover:border-blue-dark focus:border-blue-dark pl-1 pr-8 py-1 my-1 h-8"
onchange="${choose}"
>
${options.map(