From: Tom Hughes Date: Sun, 14 Apr 2024 17:46:59 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4690' X-Git-Tag: live~1089 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/ede8cda2ef790ef36b025dda0dd8160f1dd19507?ds=sidebyside;hp=-c Merge remote-tracking branch 'upstream/pull/4690' --- ede8cda2ef790ef36b025dda0dd8160f1dd19507 diff --combined app/assets/stylesheets/common.scss index 67813e178,7cd5d98ab..931d10c8a --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -513,6 -513,12 +513,12 @@@ header .search_forms display: none; } + .search_form { + .describe_location { + font-size: 10px; + } + } + /* Rules for search sidebar */ #sidebar .search_results_entry { @@@ -802,17 -808,15 +808,11 @@@ tr.turn:hover /* Rules for messages pages */ .messages { - .inbox-row { - background: $offwhite; - } - .inbox-row-unread td { background: #CBEEA7; } } - .search_form { - .describe_location { - font-size: 10px; - } - } - /* Rules for user images */ img.user_image { @@@ -861,7 -865,8 +861,7 @@@ div.secondary-actions /* Rules for rich text */ -.richtext, -.prose { +.richtext { code { background: var(--bs-secondary-bg); padding: 2px 3px;