mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Merge pull request #1441 from tyrasd/patch-1
use fill:none instead of fill:transparent
This commit is contained in:
+3
-3
@@ -1051,9 +1051,9 @@ text.point {
|
||||
|
||||
/* GPX Paths */
|
||||
path.gpx {
|
||||
stroke:#6AFF25;
|
||||
stroke-width:2;
|
||||
fill:transparent;
|
||||
stroke: #6AFF25;
|
||||
stroke-width: 2;
|
||||
fill: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user