Fixed tracks fill
*Fixed tracks not having transparent fill
This commit is contained in:
parent
096e03fee6
commit
d2fc76679a
@ -8,10 +8,12 @@
|
||||
|
||||
.map svg path.track {
|
||||
stroke-width: 1.44px;
|
||||
fill: transparent;
|
||||
}
|
||||
|
||||
.map svg path.track-unscaled {
|
||||
stroke-width: 1px;
|
||||
fill: transparent;
|
||||
vector-effect: non-scaling-stroke;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user