From 2aedd274f2ab8acb7e1239671747f1b4a79c736d Mon Sep 17 00:00:00 2001 From: Mark Otto 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 @@

Disabled state

-

Make buttons look unclickable by fading them back 50%.

+

Make buttons look unclickable by fading them back with opacity.

Button element

Add the disabled attribute to <button> buttons.

-- 2.47.2