mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Remove disabled class from wrapper
`disabled` class is not needed for wrapper.
This commit is contained in:
parent
1719a2ca42
commit
e59265c42d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user