Use thinner partial fills for buildings parts and indoor features (re: #6204)

This commit is contained in:
Quincy Morgan
2019-05-08 15:55:59 -04:00
parent fd8f460739
commit dcd9876fdf
2 changed files with 12 additions and 2 deletions
+6
View File
@@ -40,6 +40,12 @@
stroke-width: 60px;
pointer-events: none;
}
.fill-partial path.area.fill.tag-building_part {
stroke-width: 40px;
}
.fill-partial path.area.fill.tag-indoor {
stroke-width: 20px;
}
.mode-browse .fill-partial path.area.fill,
.mode-select .fill-partial path.area.fill {
pointer-events: visibleStroke;