From 2aedd274f2ab8acb7e1239671747f1b4a79c736d Mon Sep 17 00:00:00 2001 From: Mark Otto <markdotto@gmail.com> Date: Thu, 2 Oct 2014 20:09:23 -0700 Subject: [PATCH] fixes #14714: don't use specific value in buttons docs --- docs/_includes/css/buttons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/css/buttons.html b/docs/_includes/css/buttons.html index bfc5ded80f..ee03c1d657 100644 --- a/docs/_includes/css/buttons.html +++ b/docs/_includes/css/buttons.html @@ -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> -- GitLab