Fix background color of last selected page entry in configforms.

Review Request #13979 — Created June 17, 2024 and submitted — Latest diff uploaded

Information

Djblets
release-5.x

Reviewers

When the last page on a config form page is selected, the background of
the selected item had a border radius that was too large. This change
fixes it up to use a border radius to fit correctly (the border radius
of the outer container minus the width of the border itself).

Selected the last page in a configform set and saw that the TOC entry
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 background color of last selected page entry in configforms.
When the last page on a config form page is selected, the background of the selected item had a border radius that was too large. This change fixes it up to use a border radius to fit correctly (the border radius of the outer container minus the width of the border itself). Testing Done: Selected the last page in a configform set and saw that the TOC entry looked correct.
b55e359f2023bed708d2807ec191d4b4d77a2615 David Trowbridge
djblets/static/djblets/css/config-forms.less
Loading...