Skip to content

Commit

Permalink
Use secondary buttons by default (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
janrenz authored and adrianjost committed Oct 11, 2017
1 parent c330713 commit 86b06a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/styles/dashboard/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
.section{
clear: both;
}
.more.btn.btn-primary {
.more.btn.btn-primary, .more.btn.btn-secondary {
width: 100%;
margin-left: 0 !important;
}
Expand Down
2 changes: 1 addition & 1 deletion views/dashboard/components/card_template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{{/if}}
{{/each}}
</div>
<a class="btn btn-primary {{#if this.actions}}ml-1{{/if}} more" href="{{url}}" rel="canonical">{{{link-text}}}</a>
<a class="btn btn-secondary {{#if this.actions}}ml-1{{/if}} more" href="{{url}}" rel="canonical">{{{link-text}}}</a>
</div>
</div>
</article>
Expand Down

0 comments on commit 86b06a2

Please sign in to comment.