The dropdown menu is here: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select
I’d like to change the CSS of the dropdown elements in a <select>
element in dev tools, but I can’t make the dropdown stay open.
You must log in or register to comment.
I sadly dont know the answer, but I would also like to know. Hence why I’m leaving this comment :)
This is what the upvote function is for.
lol.
Right click on it and there will be an option to force state
Can you be more specific? Do you mean right click it in the dev tools and change the psuedo-class? I just tried all of them again in both the
<select>
and an<option>
element and it didn’t work.