From: Tom Hughes Date: Fri, 20 Oct 2023 16:11:13 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4304' X-Git-Tag: live~1011 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/a8f49f5747abfb51c44bf16ca372b20000f9558d?hp=-c Merge remote-tracking branch 'upstream/pull/4304' --- a8f49f5747abfb51c44bf16ca372b20000f9558d diff --combined app/assets/stylesheets/common.scss index 16c986618,ae5ae2a23..4b62b9af5 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -565,6 -565,10 +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 */ @@@ -634,8 -638,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 { @@@ -643,6 -648,11 +643,6 @@@ } } -.search_results_error { - color: #f00; - padding: 10px 20px; -} - /* Rules for routing */ div.direction { @@@ -656,6 -666,8 +656,6 @@@ div.direction.i#{$i} { background-posit } td.distance { - color: $darkgrey; - text-align: right; font-size: x-small; } tr.turn { @@@ -975,12 -987,6 +975,6 @@@ tr.turn:hover } } - /* Rules for the oauth authorization page */ - - .oauth-authorize ul { - list-style: none; - } - /* Rules for messages pages */ .messages {