Fix style regression for diff change descriptions.

Review Request #13057 — Created May 22, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

The change descriptions for diffs use the same .diff-index class as
the file listing in the diffs. Unfortunately, some of the styles for
that class were moved to the listing's parent container in order to
facilitate the new docking behavior, which caused the look of diff
change descriptions to regress.

This change copies over the few styles we need in order for this to look
correct.

Published some updated diffs and saw the "Diff" entry in the change
description box looked correct.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Fix style regression for diff change descriptions.
The change descriptions for diffs use the same `.diff-index` class as the file listing in the diffs. Unfortunately, some of the styles for that class were moved to the listing's parent container in order to facilitate the new docking behavior, which caused the look of diff change descriptions to regress. This change copies over the few styles we need in order for this to look correct. Testing Done: Published some updated diffs and saw the "Diff" entry in the change description box looked correct.
66ba23e3935cdea8d9f64ab5286cc218aa8cc5a7 David Trowbridge
reviewboard/static/rb/css/pages/reviews.less
Loading...