mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-01 16:08:00 +02:00
Merge pull request #6919 from huonw/cliff-arrow-colour
Change cliff direction marker to dark grey to match the line
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
/* IE/Edge needs these overrides for markers to show up */
|
||||
.layer-osm path.oneway-marker-path { fill: #000; }
|
||||
.layer-osm path.sided-marker-natural-path { fill: rgb(140, 208, 95); }
|
||||
.layer-osm path.sided-marker-natural-path { fill: rgb(170, 170, 170); }
|
||||
.layer-osm path.sided-marker-coastline-path { fill: #77dede; }
|
||||
.layer-osm path.sided-marker-barrier-path { fill: #ddd; }
|
||||
.layer-osm path.sided-marker-man_made-path { fill: #fff; }
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@ export function svgDefs(context) {
|
||||
.attr('stroke', 'none')
|
||||
.attr('fill', color);
|
||||
}
|
||||
addSidedMarker('natural', 'rgb(140, 208, 95)', 0);
|
||||
addSidedMarker('natural', 'rgb(170, 170, 170)', 0);
|
||||
// for a coastline, the arrows are (somewhat unintuitively) on
|
||||
// the water side, so let's color them blue (with a gap) to
|
||||
// give a stronger indication
|
||||
|
||||
Reference in New Issue
Block a user