Don't change code bg & quote border when selected

Since we no longer change the selected message's background color, it
doesn't make sense for these other colors to still change when the
message is selected.

(imported from commit a7c387e7d390b7f2973dc6bd3168651d88880139)
This commit is contained in:
Scott Feeney 2013-07-31 19:16:38 -04:00
parent 38abee8e66
commit 315d27076b
1 changed files with 0 additions and 15 deletions

View File

@ -514,21 +514,6 @@ td.pointer {
transition: all 3s ease-in-out;
}
/* Adjust certain message elements so they still
stand out against the grey background */
.selected_message pre {
background-color: white;
}
.selected_message code {
background-color: white;
}
.selected_message blockquote {
border-left-color: #BBB;
}
.message_time {
position: absolute;
right: -26px;