diff options
| author | Chris Rebert <[email protected]> | 2013-09-03 12:21:19 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-03 12:21:19 -0700 |
| commit | 488b8dad2b68c2053eb3e1b84ee624d26d8981a3 (patch) | |
| tree | 43698de67b1dfd6e39bbb151cba6527bdfe406cc | |
| parent | 82d19a41ba80386e4049371a17eb5fb9d3d44ee8 (diff) | |
| download | bootstrap-488b8dad2b68c2053eb3e1b84ee624d26d8981a3.tar.xz bootstrap-488b8dad2b68c2053eb3e1b84ee624d26d8981a3.zip | |
slightly clarify button.active use in docs
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2116,7 +2116,7 @@ For example, <code><section></code> should be wrapped as inline. <p>Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active. For <code><button></code> elements, this is done via <code>:active</code>. For <code><a></code> elements, it's done with <code>.active</code>. However, you may use <code>.active</code> <code><button></code>s should you need to replicate the active state progammatically.</p> <h3>Button element</h3> - <p>No need to add <code>:active</code> as it's a pseudo state, but if you need it, go ahead and add <code>.active</code>.</p> + <p>No need to add <code>:active</code> as it's a pseudo state, but if you need to force it, go ahead and add <code>.active</code>.</p> <p class="bs-example"> <button type="button" class="btn btn-primary btn-lg active">Primary button</button> <button type="button" class="btn btn-default btn-lg active">Button</button> |
