Change up link alerts
* No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color * Adds .alert-link for easy styling in any alert
This commit is contained in:
parent
0f4b4acce1
commit
9762f95bde
5 changed files with 39 additions and 18 deletions
|
|
@ -1053,7 +1053,7 @@ $('#example').tooltip(options)
|
|||
<h4>Oh snap! You got an error!</h4>
|
||||
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
|
||||
<p>
|
||||
<a class="btn btn-danger" href="#">Take this action</a> <a class="btn" href="#">Or do this</a>
|
||||
<a class="btn btn-danger" href="#">Take this action</a> <a class="btn btn-default" href="#">Or do this</a>
|
||||
</p>
|
||||
</div>
|
||||
</div><!-- /example -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue