mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 06:44:35 +02:00
Fixes #20897 - Changed btn-default for btn-secondary on V4's Modal documentation page
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user