Open
Description
There's a JavaScript function that handles the interactive nature of clicky dropdowns:
warehouse/warehouse/static/js/warehouse/index.js
Lines 83 to 139 in f59df18
There are 5 main pages that reference a dropdown:
- warehouse/templates/base.html
- warehouse/templates/manage/account.html
- warehouse/templates/manage/unverified-account.html
- warehouse/templates/manage/project/release.html
- warehouse/templates/includes/current-user-indicator.html (NOTE: this one needs access to a cookie, so might not be able to completely remove JavaScript for this, maybe only the dropdown behaviors)
There's a bunch of content out there on how to use CSS-only dropdowns, here's some links I found interesting: