8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f712e92 commit 925f0caCopy full SHA for 925f0ca
scss/_forms.scss
@@ -261,7 +261,7 @@ input[type="checkbox"] {
261
262
.form-control-success,
263
.form-control-warning,
264
-.form-control-error {
+.form-control-danger {
265
padding-right: ($input-padding-x * 3);
266
background-repeat: no-repeat;
267
background-position: center right ($input-height * .25);
@@ -288,7 +288,7 @@ input[type="checkbox"] {
288
.has-danger {
289
@include form-control-validation($brand-danger);
290
291
- .form-control-error {
+ .form-control-danger {
292
background-image: url($form-icon-danger);
293
}
294
0 commit comments