Skip to content

Commit

Permalink
Clarify that the focus docs styles are not in the repo, per twbs/boot…
Browse files Browse the repository at this point in the history
…strap-sass#497

BS3 commits: 831bbb8b45ca5d6707433a724106b0d23949a3d9
  • Loading branch information
acmetech committed Jan 10, 2014
1 parent 88c0deb commit 65c8b7d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -1900,12 +1900,13 @@ <h2 id="forms-control-focus">Input focus</h2>
<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">
<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>
</div>
{% highlight html %}
<input class="form-control" id="focusedInput" type="text" value="This is focused...">
{% endhighlight %}
<div class="bs-callout bs-callout-info">
<h4>Demo <code>:focus</code> state</h4>
<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>
Expand Down

0 comments on commit 65c8b7d

Please sign in to comment.