change classname from .btn-dark to .btn-inverse, change use text
This commit is contained in:
parent
b8493ed8b7
commit
a57dbada0f
6 changed files with 45 additions and 12 deletions
|
|
@ -1285,6 +1285,11 @@ For example, <code>section</code> should be wrapped as inline.
|
|||
<td><a class="btn btn-danger" href="#">Danger</a></td>
|
||||
<td><code>.btn-danger</code></td>
|
||||
<td>Indicates a dangerous or potentially negative action</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="btn btn-inverse" href="#">Inverse</a></td>
|
||||
<td><code>.btn-inverse</code></td>
|
||||
<td>Alternate dark gray button, not tied to a semantic action or use</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue