]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused $offwhite color
authorAnton Khorev <tony29@yandex.ru>
Sat, 13 Apr 2024 00:41:36 +0000 (03:41 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 13 Apr 2024 00:41:36 +0000 (03:41 +0300)
It had no effect inside .inbox-row selector because table cells override the background.

app/assets/stylesheets/common.scss
app/assets/stylesheets/parameters.scss

index 629d26a814be9bf633c582fbdd8dec12c99d47b4..7da96a9717fa2ca4a8bc600fba5229b93a7aa1c9 100644 (file)
@@ -802,10 +802,6 @@ tr.turn:hover {
 /* Rules for messages pages */
 
 .messages {
-  .inbox-row {
-    background: $offwhite;
-  }
-
   .inbox-row-unread td {
     background: #CBEEA7;
   }
index e6c15a92014f8afc10fd25b7e61a2b202ee39dd7..3d66db5fbe65cb013289a6b61d6d60978794386f 100644 (file)
@@ -2,7 +2,6 @@
 $lineheight: 20px;
 $typeheight: 14px;
 
-$offwhite: #f8f8ff;
 $blue: #7092FF;
 $secondary: #888;
 $lightblue: #B8C5F0;