From: Tom Hughes Date: Sun, 14 Apr 2024 17:38:27 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4692' X-Git-Tag: live~185 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ba079a12b49e3fc5dcdde3e4ef2d72a8002c6fd0?hp=2f3ac084c02e08ae1068b90ef80388c22876371e Merge remote-tracking branch 'upstream/pull/4692' --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index c0f2a85bc..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; } 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;