0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

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

View File

@ -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;
}