From: Quincy Morgan Date: Mon, 23 Dec 2019 21:23:39 +0000 (-0500) Subject: Fix CSS errors X-Git-Tag: live~2294^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/cbaf57e17464769937a27f9e991b300b0aaa050f Fix CSS errors --- diff --git a/vendor/assets/iD/iD.css.erb b/vendor/assets/iD/iD.css.erb index 12d6fe520..7c395f892 100644 --- a/vendor/assets/iD/iD.css.erb +++ b/vendor/assets/iD/iD.css.erb @@ -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);