mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-02 00:15:12 +02:00
make feature fill clickable in "Full Fill" rendering style
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user