mirror of https://github.com/sveltejs/svelte
parent
32e628f785
commit
b125ec048f
@ -0,0 +1,2 @@
|
||||
<select><option class="opt svelte-1l69ci" value="foo" selected>foo</option></select>
|
||||
|
@ -0,0 +1,10 @@
|
||||
<select value="foo">
|
||||
<option class="opt" value="foo">foo</option>
|
||||
</select>
|
||||
|
||||
<style>
|
||||
option {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in new issue