diff options
| author | Mark Otto <[email protected]> | 2012-12-26 14:59:58 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-26 14:59:58 -0600 |
| commit | d0baa99aed07b6643d649350f3988b3d8a07a4ac (patch) | |
| tree | 2e157c4a70d655e19a8e7365169b7aa449416608 /less/forms.less | |
| parent | 2ef4fde09fae0dd3e054a77b61b0738fe538b58d (diff) | |
| download | bootstrap-d0baa99aed07b6643d649350f3988b3d8a07a4ac.tar.xz bootstrap-d0baa99aed07b6643d649350f3988b3d8a07a4ac.zip | |
Remove .text-info and .info form validation states
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
