0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #20898 from roooodcastro/issue-20897

Fixed #20897 by changing btn-default to btn-secondary in docs for V4
This commit is contained in:
Mark Otto 2016-10-15 13:38:53 -07:00 committed by GitHub
commit 7837d6e208

View File

@ -298,7 +298,7 @@ To take advantage of the Bootstrap grid system within a modal, just nest `.conta
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>