]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #20799: Apply same color change to disabled inline radios/checkboxes (#20826)
authorMark Otto <markd.otto@gmail.com>
Mon, 3 Oct 2016 01:15:55 +0000 (18:15 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2016 01:15:55 +0000 (18:15 -0700)
scss/_forms.scss

index 263a8bc156358c88fbcb8da7454a706283bc23f4..6ea5d3dbc6922a1c5f91264bf601660ea30dbd60 100644 (file)
@@ -239,6 +239,7 @@ select.form-control-lg {
   }
 
   &.disabled {
+    color: $text-muted;
     cursor: $cursor-disabled;
   }
 }