]> git.openstreetmap.org Git - rails.git/commit
Don't use <ul> for overlay layer checkboxes
authorAnton Khorev <tony29@yandex.ru>
Fri, 30 May 2025 23:28:43 +0000 (02:28 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 30 May 2025 23:29:57 +0000 (02:29 +0300)
commit2d11af4de0572f6d77e277bd5c5436f67c14fdf4
tree990bdd29e2776a414329c910ad3112c297c0a718
parent3d52f0688780182114ed26ab654b721faff57967
Don't use <ul> for overlay layer checkboxes

<ul> is a little inconvenient because checkboxes are placed in the margin of the list, outside of list items. Hovering over the checkboxes doesn't mean hovering over list items in this case.
app/assets/javascripts/leaflet.layers.js
app/assets/stylesheets/common.scss
test/system/site_test.rb