mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Base: Use radio button groups on accent-color demo page
This commit is contained in:
@@ -29,12 +29,12 @@
|
||||
<input class="big indeterminate" type="checkbox" disabled></input>
|
||||
</form>
|
||||
<form>
|
||||
<input type="radio" checked></input>
|
||||
<input type="radio"></input>
|
||||
<input name="radio-small" type="radio" checked></input>
|
||||
<input name="radio-small" type="radio"></input>
|
||||
<input type="radio" checked disabled></input>
|
||||
<input type="radio" disabled></input>
|
||||
<input class="big" type="radio" checked></input>
|
||||
<input class="big" type="radio"></input>
|
||||
<input name="radio-big" class="big" type="radio" checked></input>
|
||||
<input name="radio-big" class="big" type="radio"></input>
|
||||
<input class="big" type="radio" checked disabled></input>
|
||||
<input class="big" type="radio" disabled></input>
|
||||
</form>
|
||||
@@ -58,12 +58,12 @@
|
||||
<input class="big indeterminate" type="checkbox" disabled></input>
|
||||
</form>
|
||||
<form>
|
||||
<input type="radio" checked></input>
|
||||
<input type="radio"></input>
|
||||
<input name="radio-small" type="radio" checked></input>
|
||||
<input name="radio-small" type="radio"></input>
|
||||
<input type="radio" checked disabled></input>
|
||||
<input type="radio" disabled></input>
|
||||
<input class="big" type="radio" checked></input>
|
||||
<input class="big" type="radio"></input>
|
||||
<input name="radio-big" class="big" type="radio" checked></input>
|
||||
<input name="radio-big" class="big" type="radio"></input>
|
||||
<input class="big" type="radio" checked disabled></input>
|
||||
<input class="big" type="radio" disabled></input>
|
||||
</form>
|
||||
@@ -87,12 +87,12 @@
|
||||
<input class="big indeterminate" type="checkbox" disabled></input>
|
||||
</form>
|
||||
<form>
|
||||
<input type="radio" checked></input>
|
||||
<input type="radio"></input>
|
||||
<input name="radio-small" type="radio" checked></input>
|
||||
<input name="radio-small" type="radio"></input>
|
||||
<input type="radio" checked disabled></input>
|
||||
<input type="radio" disabled></input>
|
||||
<input class="big" type="radio" checked></input>
|
||||
<input class="big" type="radio"></input>
|
||||
<input name="radio-big" class="big" name="c" type="radio" checked></input>
|
||||
<input name="radio-big" class="big" name="c" type="radio"></input>
|
||||
<input class="big" type="radio" checked disabled></input>
|
||||
<input class="big" type="radio" disabled></input>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user