aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-01-03 18:10:47 -0800
committerMark Otto <[email protected]>2016-01-03 18:10:47 -0800
commit26b4211c2302e70035280327a1295babae48b033 (patch)
treea93b251a8775ec908c1e5270dd8446f0d41c5945 /docs
parent6e7a9c5a3873710b3a461c91d3ae7b17a870c1e2 (diff)
downloadbootstrap-26b4211c2302e70035280327a1295babae48b033.tar.xz
bootstrap-26b4211c2302e70035280327a1295babae48b033.zip
we nuked the focusedinput example awhile back, so nuking the styles too
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/scss/_component-examples.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/assets/scss/_component-examples.scss b/docs/assets/scss/_component-examples.scss
index 7e8525736..bc1aebc40 100644
--- a/docs/assets/scss/_component-examples.scss
+++ b/docs/assets/scss/_component-examples.scss
@@ -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;
-}