mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 10:22:35 +02:00
Use thinner partial fills for buildings parts and indoor features (re: #6204)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user