Commit d482b712 authored by Mark Otto's avatar Mark Otto
Browse files

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

parent 3e373a84
Showing with 1 addition and 1 deletion
+1 -1
...@@ -717,7 +717,7 @@ body { ...@@ -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 */
......
Supports Markdown
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