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~178 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ede8cda2ef790ef36b025dda0dd8160f1dd19507?hp=c88cac4b55dccf6c5dcd7d942b7eb7ea0ecb517f Merge remote-tracking branch 'upstream/pull/4690' --- 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 7cd5d98ab..931d10c8a 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -808,10 +808,6 @@ tr.turn:hover { /* Rules for messages pages */ .messages { - .inbox-row { - background: $offwhite; - } - .inbox-row-unread td { background: #CBEEA7; } @@ -865,8 +861,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"