mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 09:10:24 +00:00
Remove disabled class from wrapper
`disabled` class is not needed for wrapper.
This commit is contained in:
parent
1719a2ca42
commit
e59265c42d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue