From: Tom Hughes Date: Fri, 20 Oct 2023 16:07:07 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4303' X-Git-Tag: live~1012 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/3023c070ea3bedf859d1875cdcbbf374976cca66?hp=-c Merge remote-tracking branch 'upstream/pull/4303' --- 3023c070ea3bedf859d1875cdcbbf374976cca66 diff --combined app/assets/stylesheets/common.scss index 4a0352c85,3941464cb..16c986618 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -565,10 -565,6 +565,6 @@@ body.small-nav /* Rules for attribution text under the main map shown on printouts */ - #attribution { - display: none; - } - .donate-attr { color: darken($green, 10%) !important; } /* Rules for the sidebar */ @@@ -638,8 -634,9 +634,8 @@@ header .search_forms /* Rules for search sidebar */ #sidebar .search_results_entry { - ul li { - cursor: pointer; - &.selected { background: $list-highlight; } + ul li.selected { + background: $list-highlight; } .search_more .loader { @@@ -647,6 -644,11 +643,6 @@@ } } -.search_results_error { - color: #f00; - padding: 10px 20px; -} - /* Rules for routing */ div.direction { @@@ -660,6 -662,8 +656,6 @@@ div.direction.i#{$i} { background-posit } td.distance { - color: $darkgrey; - text-align: right; font-size: x-small; } tr.turn {