1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

Merge pull request #17153 from kkirsche/patch-17

v4 — Change .has-error to .has-danger for uniformity.
This commit is contained in:
Mark Otto
2015-11-12 22:20:07 -08:00
3 changed files with 6 additions and 6 deletions

View File

@@ -285,7 +285,7 @@ input[type="checkbox"] {
}
}
.has-error {
.has-danger {
@include form-control-validation($brand-danger);
.form-control-error {
@@ -354,7 +354,7 @@ input[type="checkbox"] {
// .has-warning {
// @include form-control-validation($state-warning-text, $state-warning-text, $state-warning-bg);
// }
// .has-error {
// .has-danger {
// @include form-control-validation($state-danger-text, $state-danger-text, $state-danger-bg);
// }
//