From: Tom Hughes Date: Sun, 14 Apr 2024 17:41:05 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4697' X-Git-Tag: live~184 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/353431363d84ff6386d06fd9216907cdc8307d26?hp=30eb15044f7f1550ae564ffdfd4d031dd0cf1f8f Merge remote-tracking branch 'upstream/pull/4697' --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 629d26a81..67813e178 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -802,10 +802,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"