]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #9425: focused input in docs gets actual focus styles
authorMark Otto <otto@github.com>
Tue, 13 Aug 2013 18:15:36 +0000 (11:15 -0700)
committerMark Otto <otto@github.com>
Tue, 13 Aug 2013 18:15:36 +0000 (11:15 -0700)
assets/css/docs.css

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