Skip to content

Commit

Permalink
Remove unused $offwhite color
Browse files Browse the repository at this point in the history
It had no effect inside .inbox-row selector because table cells override the background.
  • Loading branch information
AntonKhorev committed Apr 13, 2024
1 parent df77a93 commit c39185a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/common.scss
Expand Up @@ -802,10 +802,6 @@ tr.turn:hover {
/* Rules for messages pages */

.messages {
.inbox-row {
background: $offwhite;
}

.inbox-row-unread td {
background: #CBEEA7;
}
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/parameters.scss
Expand Up @@ -2,7 +2,6 @@
$lineheight: 20px;
$typeheight: 14px;

$offwhite: #f8f8ff;
$blue: #7092FF;
$secondary: #888;
$lightblue: #B8C5F0;
Expand Down

0 comments on commit c39185a

Please sign in to comment.