2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fixes #14714: don't use specific value in buttons docs

This commit is contained in:
Mark Otto
2014-10-02 20:09:23 -07:00
parent 64a74e9354
commit 2aedd274f2
+1 -1
View File
@@ -114,7 +114,7 @@
<h2 id="buttons-disabled">Disabled state</h2> <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> <h3>Button element</h3>
<p>Add the <code>disabled</code> attribute to <code>&lt;button&gt;</code> buttons.</p> <p>Add the <code>disabled</code> attribute to <code>&lt;button&gt;</code> buttons.</p>