From 26b4211c2302e70035280327a1295babae48b033 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 3 Jan 2016 18:10:47 -0800 Subject: [PATCH] we nuked the focusedinput example awhile back, so nuking the styles too --- docs/assets/scss/_component-examples.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/assets/scss/_component-examples.scss b/docs/assets/scss/_component-examples.scss index 7e85257360..bc1aebc408 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; -} -- 2.47.2