mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-01 07:46:47 +02:00
fixes #4556: add mention of disable state and required js to buttons docs
This commit is contained in:
@@ -1558,7 +1558,7 @@ For example, <code><section></code> should be wrapped as inlin
|
||||
</pre>
|
||||
<p>
|
||||
<span class="label label-info">Heads up!</span>
|
||||
We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required.
|
||||
We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.
|
||||
</p>
|
||||
|
||||
<h3>Button element</h3>
|
||||
|
Reference in New Issue
Block a user