UC-Davis-molecular-computing / scadnano

Web application for designing DNA structures such as DNA origami.
https://scadnano.org
MIT License
23 stars 13 forks source link

fix appearance of menu File-->Open #988

Open dave-doty opened 2 months ago

dave-doty commented 2 months ago

It should look more like Save, but note how it appears to have some padding around it that Save does not have:

image

Here's the HTML you see for each of them if you right-click and select "inspect":

image

But since they are different React Bootstrap components (FormFile in the first case, DropdownItem in the second case), I'm not sure how to get FormFile to have the same behavior as DropdownItem.