Fix errant CSS color properties
This commit is contained in:
parent
ab5616f354
commit
c8a182acbb
1 changed files with 2 additions and 2 deletions
4
vendor/assets/iD/iD.css.erb
vendored
4
vendor/assets/iD/iD.css.erb
vendored
|
@ -820,8 +820,8 @@ path.fill.tag-landuse-grass.tag-golf-green,
|
|||
path.fill.tag-landuse-meadow,
|
||||
path.fill.tag-landuse-orchard,
|
||||
path.fill.tag-landuse-vineyard {
|
||||
stroke: rgb(191, 232, 63, 0.3);
|
||||
fill: rgb(191, 232, 63, 0.3);
|
||||
stroke: rgba(191, 232, 63, 0.3);
|
||||
fill: rgba(191, 232, 63, 0.3);
|
||||
}
|
||||
.preset-icon-fill path.area.fill.tag-landuse-cemetery,
|
||||
.preset-icon-fill path.area.fill.tag-landuse-farmland,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue