From: Tom Hughes Date: Sat, 27 Apr 2024 14:19:45 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4728' X-Git-Tag: live~578 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/a5f72216395fb490a984dd86575f855c94a6a02f?ds=sidebyside;hp=-c Merge remote-tracking branch 'upstream/pull/4728' --- a5f72216395fb490a984dd86575f855c94a6a02f diff --combined app/assets/stylesheets/common.scss index ca9a820f9,fc1ef6926..c0f6c367c --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -15,6 -15,10 +15,6 @@@ p > img max-width: 100%; } -small, aside { - font-size: 12px; -} - time[title] { text-decoration: underline dotted; } @@@ -545,6 -549,10 +545,6 @@@ header .search_forms /* Rules for search sidebar */ #sidebar .search_results_entry { - ul li.selected { - background: $list-highlight; - } - .search_more .loader { display: none; } @@@ -636,14 -644,6 +636,6 @@@ tr.turn .query-results { display: none; - - ul { - li { - &.query-result { - cursor: pointer; - } - } - } } }