]> git.openstreetmap.org Git - rails.git/commit
Switch to bootstrap for dropdowns and tooltips
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 29 Jan 2020 15:54:29 +0000 (16:54 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 29 Jan 2020 17:23:47 +0000 (18:23 +0100)
commite5c33c119a9ddd4de149cd8913ed970601103a2b
tree5eee239d210742e6399af0fccaac5dd57d6fc3c0
parentf7f73322b3abae8648d6462914eea032a93263fd
Switch to bootstrap for dropdowns and tooltips

Due to the javascript involved, it was more straightforward to combine
the two together. Moving to bootstrap v4 for dropdowns required some
redesign of the dropdown menu html, and the opportunity was taken to
move to using standard buttons for those menus.
app/assets/javascripts/application.js
app/assets/stylesheets/_bootstrap-custom.scss
app/assets/stylesheets/bootstrap-tooltips.css [deleted file]
app/assets/stylesheets/common.scss
app/assets/stylesheets/screen-ltr.css
app/assets/stylesheets/screen-rtl.css
app/assets/stylesheets/small.scss
app/views/layouts/_header.html.erb
app/views/layouts/map.html.erb
vendor/assets/bootstrap/bootstrap.dropdown.js [deleted file]
vendor/assets/bootstrap/bootstrap.tooltip.js [deleted file]