mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 18:02:37 +02:00
Merge pull request #17331 from twbs/fix-17323
rm unused $state param from form-control-validation mixin
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user