]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
we nuked the focusedinput example awhile back, so nuking the styles too
authorMark Otto <markdotto@gmail.com>
Mon, 4 Jan 2016 02:10:47 +0000 (18:10 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 4 Jan 2016 02:10:47 +0000 (18:10 -0800)
docs/assets/scss/_component-examples.scss

index 7e85257360e49fe670064b6cac4341fd5951ae94..bc1aebc4086c6603229210df9962b3efa1500b0d 100644 (file)
   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;
-}