2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Update checkboxes and radios docs

- Add lighter gray text to disabled state for .form-check
- Separate radios and checkboxes example
- Clarify docs
This commit is contained in:
Mark Otto
2016-05-09 11:00:36 -07:00
parent a6d48b7ee3
commit 35c11b69df
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -198,6 +198,7 @@ select.form-control-lg {
&.disabled {
.form-check-label {
color: $text-muted;
cursor: $cursor-disabled;
}
}