1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

rm unused $state param from form-control-validation mixin; fixes #17323

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2015-08-26 01:30:30 -07:00
parent 7ff9b1979c
commit 5c239aae7d
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
// Used in _forms.scss to generate the form validation CSS for warnings, errors,
// and successes.
@mixin form-control-validation($state, $color) {
@mixin form-control-validation($color) {
// Color the label and help text
.help-block,
.control-label,