From 315d27076ba9b7f276bfde0463cba16df3ba5887 Mon Sep 17 00:00:00 2001 From: Scott Feeney Date: Wed, 31 Jul 2013 19:16:38 -0400 Subject: [PATCH] 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) --- static/styles/zulip.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 27ce3c29e6..bc738387d3 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -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;