mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 13:30:24 +00:00
fixes #14714: don't use specific value in buttons docs
This commit is contained in:
parent
64a74e9354
commit
2aedd274f2
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@
|
|||
|
||||
|
||||
<h2 id="buttons-disabled">Disabled state</h2>
|
||||
<p>Make buttons look unclickable by fading them back 50%.</p>
|
||||
<p>Make buttons look unclickable by fading them back with <code>opacity</code>.</p>
|
||||
|
||||
<h3>Button element</h3>
|
||||
<p>Add the <code>disabled</code> attribute to <code><button></code> buttons.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue