Skip to content

Commit

Permalink
Fix CSS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Dec 23, 2019
1 parent c102595 commit cbaf57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/assets/iD/iD.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -790,8 +790,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);
Expand Down

0 comments on commit cbaf57e

Please sign in to comment.