diff options
| author | Mark Otto <[email protected]> | 2013-06-20 16:42:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-20 16:42:05 -0700 |
| commit | 90d4343f66d1cdafe24b6de0dbb6ae64312df323 (patch) | |
| tree | 7530d4687eb45b4687ba59adf72b6ca3d9cf75e5 /docs/assets/css/bootstrap.css | |
| parent | 4db90244c41c26492b4efa5d3a8694fc61cd1f9b (diff) | |
| download | bootstrap-90d4343f66d1cdafe24b6de0dbb6ae64312df323.tar.xz bootstrap-90d4343f66d1cdafe24b6de0dbb6ae64312df323.zip | |
Fixes #8093: Removes invalid focus styles on inputs
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 574ba1662..21439fdde 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1610,21 +1610,6 @@ fieldset[disabled] input[type="checkbox"] { border-color: #468847; } -input:focus:invalid, -textarea:focus:invalid, -select:focus:invalid { - color: #b94a48; - border-color: #ee5f5b; -} - -input:focus:invalid:focus, -textarea:focus:invalid:focus, -select:focus:invalid:focus { - border-color: #e9322d; - -webkit-box-shadow: 0 0 6px #f8b9b7; - box-shadow: 0 0 6px #f8b9b7; -} - .help-block { display: block; margin-top: 5px; |
