Styling: add hover behaviour to dropdowns

This commit is contained in:
Pieter Vander Vennet 2023-05-17 13:12:00 +02:00
parent bc8b42d49e
commit 3c338696bc
3 changed files with 155 additions and 82 deletions

View file

@ -53,7 +53,7 @@
<input type="text">
<div>
<label for="html" class="checked">
<label class="checked" for="html">
<input id="html" name="fav_language" type="radio" value="HTML">
HTML (mimicks a <span class="literal-code">checked</span>-element)</label>
<label for="css">
@ -115,6 +115,13 @@
JavaScript
</label>
</div>
<select>
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
</select>
</div>
</div>