From: Anton Khorev Date: Sat, 13 Apr 2024 00:41:36 +0000 (+0300) Subject: Remove unused $offwhite color X-Git-Tag: live~150^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c39185a7a4f83112ad771c75d016e4825a914ca6 Remove unused $offwhite color It had no effect inside .inbox-row selector because table cells override the background. --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 629d26a81..7da96a971 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;