Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #544 from Storj/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
bookchin authored May 2, 2017
2 parents 838aacd + 0e46f0e commit 0e70ae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/css/style_new.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ a:hover, a:focus {
color: #fff;
outline: 0;
}
.btn[disabled] {
pointer-events: none;
opacity: 0.5;
}
.btn-blue {
background-color: #2683ff;
border-color: #2683ff;
Expand Down
2 changes: 1 addition & 1 deletion app/views/share-wizard/wizard1.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
<div class="row text-center mb-4 mt-3">
<div class="col-12">
<input v-model="config.paymentAddress" type="text" class="address" placeholder="14Je4RQ6cYjytiv4fapajsEar4Gk3L4PAv">
<router-link :to="{path: '/share-wizard/wizard2'}" class="btn">Next</router-link>
<router-link :to="{path: '/share-wizard/wizard2'}" class="btn" :disabled="config.paymentAddress.length === 0">Next</router-link>
</div>
</div>
<div class="row text-center">
Expand Down

0 comments on commit 0e70ae8

Please sign in to comment.