mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Base: Use radio button groups on accent-color demo page
This commit is contained in:
parent
bcfe275563
commit
d38392d416
Notes:
sideshowbarker
2024-07-16 22:18:56 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/d38392d416 Pull-request: https://github.com/SerenityOS/serenity/pull/18046 Reviewed-by: https://github.com/AtkinsSJ
1 changed files with 12 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue