Fix footway icon colors on Chrome

This commit is contained in:
Quincy Morgan
2019-04-06 08:36:08 -07:00
parent 2e693d2c03
commit b7b1ce3d7f
+1 -1
View File
@@ -489,7 +489,7 @@ path.line.stroke.tag-highway_bus_stop,
.preset-icon-line path.casing.tag-highway-footway {
stroke: #988;
}
.preset-icon-line path.stroke.tag-highway-footway:not(.tag-footway-crossing, .tag-man_made-pier, .tag-public_transport-platform) {
.preset-icon-line path.stroke.tag-highway-footway:not(.tag-footway-crossing):not(.tag-man_made-pier):not(.tag-public_transport-platform) {
stroke: #fff;
}