diff options
| author | Mark Otto <[email protected]> | 2016-01-03 18:10:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-03 18:10:47 -0800 |
| commit | 26b4211c2302e70035280327a1295babae48b033 (patch) | |
| tree | a93b251a8775ec908c1e5270dd8446f0d41c5945 /docs | |
| parent | 6e7a9c5a3873710b3a461c91d3ae7b17a870c1e2 (diff) | |
| download | bootstrap-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.scss | 12 |
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; -} |
