diff --git a/CHANGELOG.md b/CHANGELOG.md index f472edb7b..f8398c206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ _Breaking developer changes, which may affect downstream projects or sites that * Fix some direction cones not appearing on railway tracks ([#10843], thanks [@k-yle]) * Better handling of rate limited API calls and other API errors ([#10299]) * Fix info boxes for descriptions of brands referenced by [NSI](https://github.com/osmlab/name-suggestion-index) presets ([#10885]) +* Make features clickable when "Full Fill" rendering style is selected #### :earth_asia: Localization #### :hourglass: Performance #### :mortar_board: Walkthrough / Help @@ -66,7 +67,6 @@ _Breaking developer changes, which may affect downstream projects or sites that [@0xatulpatil]: https://github.com/0xatulpatil - # 2.32.0 ##### 2025-03-05 diff --git a/css/70_fills.css b/css/70_fills.css index 1aa25fe6f..eca8c1c23 100644 --- a/css/70_fills.css +++ b/css/70_fills.css @@ -56,3 +56,10 @@ .ideditor.mode-select-note .fill-partial path.area.fill { pointer-events: visibleStroke; } +.ideditor.mode-browse .fill-full path.area.fill, +.ideditor.mode-select .fill-full path.area.fill, +.ideditor.mode-select-data .fill-full path.area.fill, +.ideditor.mode-select-error .fill-full path.area.fill, +.ideditor.mode-select-note .fill-full path.area.fill { + pointer-events: visibleFill; +} \ No newline at end of file