From 4674945fa83ce7459d5bad45d1d574a6496ec3be Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Aug 2012 15:27:43 -0700 Subject: [PATCH] fixes #4556: add mention of disable state and required js to buttons docs --- docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index a62f4448cb..8b19d1a4d8 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

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 743a9b5428..23f63228f5 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1495,7 +1495,7 @@

{{_i}}Heads up!{{/i}} - {{_i}}We use .disabled as a utility class here, similar to the common .active class, so no prefix is required.{{/i}} + {{_i}}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.{{/i}}

Button element