Commit 26b4211c authored by Mark Otto's avatar Mark Otto
Browse files

we nuked the focusedinput example awhile back, so nuking the styles too

parent 6e7a9c5a
Showing with 0 additions and 12 deletions
+0 -12
......@@ -334,15 +334,3 @@
font-size: inherit;
color: $gray-dark; // Effectively the base text color
}
// Pseudo focus
//
// Custom `:focus` state for showing how it looks in the docs.
#focusedInput {
border-color: $input-border-focus;
outline: 0;
outline: thin dotted \9; // IE9
box-shadow: 0 0 .5rem $input-box-shadow-focus;
}
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