mirror of
https://github.com/jdan/98.css.git
synced 2025-01-17 12:48:32 +01:00
select focus style
This commit is contained in:
parent
ef88386825
commit
0e9c29ab58
@ -33,7 +33,7 @@
|
||||
<fieldset>
|
||||
<legend>I think it's</legend>
|
||||
<div class="field-row">
|
||||
<input id="cool" type="radio" value="cool" name="answer">
|
||||
<input checked id="cool" type="radio" value="cool" name="answer">
|
||||
<label for="cool">Cool</label>
|
||||
</div>
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
</div>
|
||||
|
||||
<div class="field-row">
|
||||
<input checked disabled id="idk" type="radio" value="idk" name="answer">
|
||||
<input disabled id="idk" type="radio" value="idk" name="answer">
|
||||
<label for="idk">Idk</label>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user