mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Fix errant wetland area CSS
This commit is contained in:
@@ -194,8 +194,8 @@ path.stroke.tag-natural-wetland {
|
||||
stroke: rgb(153, 225, 170);
|
||||
}
|
||||
path.fill.tag-natural-wetland {
|
||||
stroke: rgb(153, 225, 170, 0.3);
|
||||
fill: rgb(153, 225, 170, 0.3);
|
||||
stroke: rgba(153, 225, 170, 0.3);
|
||||
fill: rgba(153, 225, 170, 0.3);
|
||||
}
|
||||
.preset-icon-fill path.area.fill.tag-natural-wetland {
|
||||
fill: rgba(153, 225, 170, 0.2);
|
||||
|
||||
Reference in New Issue
Block a user