0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

fixes #9425: focused input in docs gets actual focus styles

This commit is contained in:
Mark Otto 2013-08-13 11:15:36 -07:00
parent 3e373a844c
commit d482b712e7

View File

@ -717,7 +717,7 @@ body {
-------------------------------------------------- */ -------------------------------------------------- */
/* Pseudo :focus state for showing how it looks in the docs */ /* Pseudo :focus state for showing how it looks in the docs */
input.focused { #focusedInput {
border-color: rgba(82,168,236,.8); border-color: rgba(82,168,236,.8);
outline: 0; outline: 0;
outline: thin dotted \9; /* IE6-9 */ outline: thin dotted \9; /* IE6-9 */