8000 fix error to danger · liuwenye2010/bootstrap@925f0ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 925f0ca

Browse files
committed
fix error to danger
1 parent f712e92 commit 925f0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_forms.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ input[type="checkbox"] {
261261

262262
.form-control-success,
263263
.form-control-warning,
264-
.form-control-error {
264+
.form-control-danger {
265265
padding-right: ($input-padding-x * 3);
266266
background-repeat: no-repeat;
267267
background-position: center right ($input-height * .25);
@@ -288,7 +288,7 @@ input[type="checkbox"] {
288288
.has-danger {
289289
@include form-control-validation($brand-danger);
290290

291-
.form-control-error {
291+
.form-control-danger {
292292
background-image: url($form-icon-danger);
293293
}
294294
}

0 commit comments

Comments
 (0)
0