TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
63 stars 29 forks source link

Change our <select> elements to use form-select instead of form-control #1785

Closed Masterjun3 closed 3 months ago

Masterjun3 commented 4 months ago

We have many <select ... class="form-control" ... >, those need replaced with form-select classes. (Bootstrap v5.3 docs)

The difference is the added v down carot, to show it's a dropdown: image