Commit 831bbb8b authored by Mark Otto's avatar Mark Otto

Clarify that the focus docs styles are not in the repo, per...

Clarify that the focus docs styles are not in the repo, per https://github.com/twbs/bootstrap-sass/issues/497
parent 7f153974
...@@ -1880,12 +1880,13 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1880,12 +1880,13 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<p>We remove the default <code>outline</code> styles on some form controls and apply a <code>box-shadow</code> in its place for <code>:focus</code>.</p> <p>We remove the default <code>outline</code> styles on some form controls and apply a <code>box-shadow</code> in its place for <code>:focus</code>.</p>
<div class="bs-example"> <div class="bs-example">
<form role="form"> <form role="form">
<input class="form-control" id="focusedInput" type="text" value="This is focused..."> <input class="form-control" id="focusedInput" type="text" value="Demonstrative focus state">
</form> </form>
</div> </div>
{% highlight html %} <div class="bs-callout bs-callout-info">
<input class="form-control" id="focusedInput" type="text" value="This is focused..."> <h4>Demo <code>:focus</code> state</h4>
{% endhighlight %} <p>The above example input uses custom styles in our documentation to demonstrate the <code>:focus</code> state on a <code>.form-control</code>.</p>
</div>
<h2 id="forms-control-disabled">Disabled inputs</h2> <h2 id="forms-control-disabled">Disabled inputs</h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment