From: Tom Hughes Date: Sun, 14 Apr 2024 17:41:05 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4697' X-Git-Tag: live~929 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/353431363d84ff6386d06fd9216907cdc8307d26?hp=ba079a12b49e3fc5dcdde3e4ef2d72a8002c6fd0 Merge remote-tracking branch 'upstream/pull/4697' --- diff --git a/app/assets/images/browse/byway.20.png b/app/assets/images/browse/byway.20.png deleted file mode 100644 index ee682e3b6..000000000 Binary files a/app/assets/images/browse/byway.20.png and /dev/null differ diff --git a/app/assets/stylesheets/browse.scss b/app/assets/stylesheets/browse.scss index fe398bc5a..7c0fbd2c0 100644 --- a/app/assets/stylesheets/browse.scss +++ b/app/assets/stylesheets/browse.scss @@ -138,7 +138,6 @@ .building::before { content: image-url('browse/building.png'); } .highway.bridleway::before { content: image-url('browse/bridleway.20.png'); } - .highway.byway::before { content: image-url('browse/byway.20.png'); } .highway.cycleway::before { content: image-url('browse/cycleway.20.png'); } .highway.footway::before { content: image-url('browse/footway.20.png'); } .highway.motorway::before { content: image-url('browse/motorway.20.png'); }