mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
fixes #9425: focused input in docs gets actual focus styles
This commit is contained in:
parent
3e373a844c
commit
d482b712e7
1 changed files with 1 additions and 1 deletions
|
|
@ -717,7 +717,7 @@ body {
|
|||
-------------------------------------------------- */
|
||||
|
||||
/* Pseudo :focus state for showing how it looks in the docs */
|
||||
input.focused {
|
||||
#focusedInput {
|
||||
border-color: rgba(82,168,236,.8);
|
||||
outline: 0;
|
||||
outline: thin dotted \9; /* IE6-9 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue