Skip to content

Commit

Permalink
Merge pull request #80 from aredridel/invisibutto
Browse files Browse the repository at this point in the history
fix(buttons): document btn-link
  • Loading branch information
rockbot committed Mar 17, 2016
2 parents 82d0672 + 226a2c3 commit 17b76b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pivotal-ui/components/buttons/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ parent: button
<td style="white-space: nowrap"><code class="styleguide">btn btn-lowlight</code></td>
<td>Use this button for unimportant or dangerous secondary actions like cancel/dismiss/delete</td>
</tr>
<tr>
<td><button class="btn btn-lowlight">Link</button></td>
<td><button class="btn btn-link" disabled="">Link</button></td>
<td style="white-space: nowrap"><code class="styleguide">btn btn-link</code></td>
<td>Use this button to contrast navigation with action</td>
</tr>
<tr>
<td><button class="btn btn-danger">Delete</button></td>
<td><button class="btn btn-danger" disabled="">Delete</button></td>
Expand Down

0 comments on commit 17b76b7

Please sign in to comment.