mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-18 03:10:58 +00:00
we nuked the focusedinput example awhile back, so nuking the styles too
This commit is contained in:
parent
6e7a9c5a38
commit
26b4211c23
1 changed files with 0 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue