From: Tom Hughes Date: Sun, 14 Apr 2024 17:48:30 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4691' X-Git-Tag: live~174 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/90de7a7b83569210ce5d13596b320453d19d9cea?hp=b91476cf0451d6289b1eda32381f543b7a2c9b6b Merge remote-tracking branch 'upstream/pull/4691' --- 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'); } diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 404933997..3f7c0b48f 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -513,6 +513,12 @@ header .search_forms, display: none; } +.search_form { + .describe_location { + font-size: 10px; + } +} + /* Rules for search sidebar */ #sidebar .search_results_entry { @@ -795,21 +801,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 { @@ -858,8 +854,7 @@ div.secondary-actions { /* Rules for rich text */ -.richtext, -.prose { +.richtext { code { background: var(--bs-secondary-bg); padding: 2px 3px; diff --git a/app/assets/stylesheets/parameters.scss b/app/assets/stylesheets/parameters.scss index e6c15a920..3d66db5fb 100644 --- a/app/assets/stylesheets/parameters.scss +++ b/app/assets/stylesheets/parameters.scss @@ -2,7 +2,6 @@ $lineheight: 20px; $typeheight: 14px; -$offwhite: #f8f8ff; $blue: #7092FF; $secondary: #888; $lightblue: #B8C5F0; diff --git a/yarn.lock b/yarn.lock index 1493b7305..487e55542 100644 --- a/yarn.lock +++ b/yarn.lock @@ -629,9 +629,9 @@ punycode@^2.1.0: integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== qs@^6.9.4: - version "6.12.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.0.tgz#edd40c3b823995946a8a0b1f208669c7a200db77" - integrity sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg== + version "6.12.1" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.1.tgz#39422111ca7cbdb70425541cba20c7d7b216599a" + integrity sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ== dependencies: side-channel "^1.0.6"