From c39185a7a4f83112ad771c75d016e4825a914ca6 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 13 Apr 2024 03:41:36 +0300 Subject: [PATCH] Remove unused $offwhite color It had no effect inside .inbox-row selector because table cells override the background. --- app/assets/stylesheets/common.scss | 4 ---- app/assets/stylesheets/parameters.scss | 1 - 2 files changed, 5 deletions(-) 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; -- 2.45.1