Skip to content

Commit

Permalink
fix(component): buttons states styles
Browse files Browse the repository at this point in the history
btn-link color
  • Loading branch information
ygatesoupe committed Feb 9, 2016
1 parent 31d4ce2 commit 0b1bf2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs-orange/_includes/boostwatch/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3>Hover</h3>
<button type="button" class="btn btn-secondary" style="pointer-events: none;">Info</button>
<button type="button" class="btn btn-info" style="pointer-events: none;">Warning</button>
<button type="button" class="btn btn-info" style="pointer-events: none;">Danger</button>
<button type="button" class="btn btn-info" style="pointer-events: none;">Link</button>
<button type="button" class="btn btn-link">Link</button>
</p>

<h3>Pressed</h3>
Expand Down
1 change: 1 addition & 0 deletions scss/_o-buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ fieldset[disabled] a.btn {
color: $btn-link-disabled-color;
text-decoration: none;
}
color: $btn-link-disabled-color;
}
}

Expand Down

0 comments on commit 0b1bf2c

Please sign in to comment.