From 90d4343f66d1cdafe24b6de0dbb6ae64312df323 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 20 Jun 2013 16:42:05 -0700 Subject: Fixes #8093: Removes invalid focus styles on inputs --- less/forms.less | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'less/forms.less') diff --git a/less/forms.less b/less/forms.less index fd44308b9..0d55cd148 100644 --- a/less/forms.less +++ b/less/forms.less @@ -287,20 +287,6 @@ input[type="checkbox"] { .form-field-validation(@state-success-text, @state-success-text, @state-success-bg); } -// HTML5 invalid states -// Shares styles with the .control-group.error above -input:focus:invalid, -textarea:focus:invalid, -select:focus:invalid { - color: #b94a48; - border-color: #ee5f5b; - &:focus { - border-color: darken(#ee5f5b, 10%); - @shadow: 0 0 6px lighten(#ee5f5b, 20%); - .box-shadow(@shadow); - } -} - -- cgit v1.2.3