From 831bbb8b45ca5d6707433a724106b0d23949a3d9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 9 Jan 2014 21:21:51 -0800 Subject: [PATCH] Clarify that the focus docs styles are not in the repo, per https://github.com/twbs/bootstrap-sass/issues/497 --- docs/css.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/css.html b/docs/css.html index 3630acd125..1315ffe071 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1880,12 +1880,13 @@ For example, <section> should be wrapped as inline.

We remove the default outline styles on some form controls and apply a box-shadow in its place for :focus.

- +
-{% highlight html %} - -{% endhighlight %} +
+

Demo :focus state

+

The above example input uses custom styles in our documentation to demonstrate the :focus state on a .form-control.

+

Disabled inputs

-- 2.47.2