2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Remove disabled class from wrapper

`disabled` class is not needed for wrapper.
This commit is contained in:
Martijn Cuppens
2018-05-19 17:31:24 +02:00
committed by XhmikosR
parent 1719a2ca42
commit e59265c42d
+1 -1
View File
@@ -211,7 +211,7 @@ By default, any number of checkboxes and radios that are immediate sibling will
Second default radio
</label>
</div>
<div class="form-check disabled">
<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios3" value="option3" disabled>
<label class="form-check-label" for="exampleRadios3">
Disabled radio