Skip to content

Commit

Permalink
Fix select styling inconsistency and fix icon issues (#350)
Browse files Browse the repository at this point in the history
* styling inconsistencies

* bumped cli build version

* revert package.json

* bump to 0.2.0
  • Loading branch information
tomdye authored Nov 7, 2017
1 parent 18e4fce commit dbf402f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@dojo/cli": "~0.1.0",
"@dojo/cli-build-webpack": "~0.1.0",
"@dojo/cli-build-webpack": "~0.2.0",
"@dojo/interfaces": "~0.1.0",
"@dojo/loader": "~0.1.0",
"@dojo/test-extras": "~0.1.0",
Expand Down
2 changes: 2 additions & 0 deletions src/themes/dojo/select.m.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
position: relative;
text-align: left;
width: 100%;
appearance: none;
border-radius: 0;
}

.trigger:focus {
Expand Down

0 comments on commit dbf402f

Please sign in to comment.