Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #371 from LiskHQ/330-remove-line-in-vote
Browse files Browse the repository at this point in the history
Remove extra gray in vote dialog - Closes #330
  • Loading branch information
slaweet authored Jun 9, 2017
2 parents 61460c5 + 8d7a6bf commit 2a2e959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/delegates/vote.pug
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ div.dialog-vote(aria-label='Vote for delegates')
md-chip-template {{$chip.username}}
md-autocomplete(flex, required, md-input-minlength='2', md-no-cache='false', md-selected-item='$ctrl.selectedVoteDelegate', md-search-text='$ctrl.voteSearchText', md-items='delegate in $ctrl.delegateApi.voteAutocomplete($ctrl.voteSearchText, $ctrl.votedDict)', md-item-text='delegate.username', md-require-match, placeholder='Search by username')
span(md-highlight-text='$ctrl.voteSearchText') {{delegate.username}}
md-divider(ng-if='$ctrl.voteList.length && $ctrl.unvoteList.length')
div
h4 Remove vote from
md-chips(ng-model='$ctrl.unvoteList', md-require-match='true', md-max-chips='33')
Expand Down

0 comments on commit 2a2e959

Please sign in to comment.