From d0baa99aed07b6643d649350f3988b3d8a07a4ac Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 26 Dec 2012 14:59:58 -0600 Subject: Remove .text-info and .info form validation states --- less/forms.less | 4 ---- less/type.less | 3 --- 2 files changed, 7 deletions(-) (limited to 'less') diff --git a/less/forms.less b/less/forms.less index ca7060b0a..4abb7874a 100644 --- a/less/forms.less +++ b/less/forms.less @@ -353,10 +353,6 @@ input[type="checkbox"] { .control-group.success { .formFieldState(@state-success-text, @state-success-text, @state-success-background); } -// Success -.control-group.info { - .formFieldState(@state-info-text, @state-info-text, @state-info-background); -} // HTML5 invalid states // Shares styles with the .control-group.error above diff --git a/less/type.less b/less/type.less index feb2388f5..3aac597bd 100644 --- a/less/type.less +++ b/less/type.less @@ -37,9 +37,6 @@ a.text-warning:hover { color: darken(@state-warning-text, 10%); } .text-error { color: @state-error-text; } a.text-error:hover { color: darken(@state-error-text, 10%); } -.text-info { color: @state-info-text; } -a.text-info:hover { color: darken(@state-info-text, 10%); } - .text-success { color: @state-success-text; } a.text-success:hover { color: darken(@state-success-text, 10%); } -- cgit v1.2.3