From afb6f3d39be70854057406e5c37f8c6ac699307b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Oct 2013 19:54:22 -0700 Subject: [PATCH] (less) Fixes #10522: Enable use of form validation class on .radio, .checkbox, .radio-inline, and .checkbox-inline --- mixins.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mixins.less b/mixins.less index 654215b54e84..5c9672bcbd61 100644 --- a/mixins.less +++ b/mixins.less @@ -779,7 +779,11 @@ .form-control-validation(@text-color: #555; @border-color: #ccc; @background-color: #f5f5f5) { // Color the label and help text .help-block, - .control-label { + .control-label, + .radio, + .checkbox, + .radio-inline, + .checkbox-inline { color: @text-color; } // Set the border and box shadow on specific inputs to match