1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02: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

View File

@@ -198,6 +198,7 @@ select.form-control-lg {
&.disabled {
.form-check-label {
color: $text-muted;
cursor: $cursor-disabled;
}
}