Improve styling of quoted messages and thread context
ClosedPublic

Authored by mwolff on Mar 6 2020, 12:04 PM.

Details

Summary

Instead of wrapping the text in an inline <font> tag and prepending
a single > char, put it into a table with a left-hand border
and alternate background color. This way, even multi-line quotes
are displayed properly and stand visually apart from the rest of
the message.

Diff Detail

Repository
R865 Ruqola
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mwolff requested review of this revision.Mar 6 2020, 12:04 PM
mwolff created this revision.
dfaure accepted this revision.Mar 6 2020, 12:13 PM

I hope this doesn't degrade performance too much :-)

This revision is now accepted and ready to land.Mar 6 2020, 12:13 PM
This revision was automatically updated to reflect the committed changes.