From 4674945fa83ce7459d5bad45d1d574a6496ec3be Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Aug 2012 15:27:43 -0700 Subject: fixes #4556: add mention of disable state and required js to buttons docs --- docs/base-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index a62f4448c..8b19d1a4d 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1558,7 +1558,7 @@ For example, <code><section></code> should be wrapped as inlin

Heads up! - We use .disabled as a utility class here, similar to the common .active class, so no prefix is required. + We use .disabled as a utility class here, similar to the common .active class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.

Button element

-- cgit v1.2.3