Fix oneway markers in IE

This commit is contained in:
Bryan Housel
2015-11-26 01:11:46 -05:00
parent 9d8eba6e1d
commit 16ca10708b
4 changed files with 13 additions and 7 deletions
+1 -6
View File
@@ -24,7 +24,7 @@ img.tile-removing {
use { pointer-events: none; }
/* base styles */
.layer path { fill: none; }
.layer path:not(.oneway) { fill: none; }
.layer use path { fill: #333; } /* FF svg icons */
g.point .shadow,
@@ -1290,11 +1290,6 @@ text {
fill: #002F35;
}
marker#oneway-marker path {
fill:#000;
opacity: .5;
}
path.oneway {
stroke-width: 6px;
}