mirror of https://github.com/zulip/zulip.git
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:
parent
38abee8e66
commit
315d27076b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue