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

This commit is contained in:
Mark Otto 2016-01-03 18:10:47 -08:00
parent 6e7a9c5a38
commit 26b4211c23
1 changed files with 0 additions and 12 deletions

View File

@ -334,15 +334,3 @@
font-size: inherit; font-size: inherit;
color: $gray-dark; // Effectively the base text color 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;
}