Skip to content

Commit

Permalink
fix(style): incorrect border style
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Nov 5, 2018
1 parent 1cf8dd8 commit 5edfb0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sass/partials/selectize.sass
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
display: inline-block

.selectize-input
border: 1px solid darken($selectize_bg, 10%)
border: 0 solid darken($selectize_bg, 10%)
border-bottom-width: 1px
padding: 8px 8px
display: inline-block
width: 100%
Expand Down

0 comments on commit 5edfb0f

Please sign in to comment.