mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Remove .text-info and .info form validation states
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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%); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user