mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 20:55:50 +02:00
Remove disabled class from wrapper
`disabled` class is not needed for wrapper.
This commit is contained in:
committed by
XhmikosR
parent
1719a2ca42
commit
e59265c42d
@@ -211,7 +211,7 @@ By default, any number of checkboxes and radios that are immediate sibling will
|
|||||||
Second default radio
|
Second default radio
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-check disabled">
|
<div class="form-check">
|
||||||
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios3" value="option3" disabled>
|
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios3" value="option3" disabled>
|
||||||
<label class="form-check-label" for="exampleRadios3">
|
<label class="form-check-label" for="exampleRadios3">
|
||||||
Disabled radio
|
Disabled radio
|
||||||
|
Reference in New Issue
Block a user