Fix up selectors for some config forms list item styles.

Review Request #11032 — Created May 20, 2020 and submitted — Latest diff uploaded

Information

Djblets
release-2.0.x

Reviewers

This tweaks the selectors for the config forms list item styles to more
specifically distinguish between <li> and <tr> list items. This
helps keep some styles from applying to a <tr> that shouldn't be
there, cleaning things up quite a bit and avoiding some style
collisions.

List item actions have also been tweaked to not float if they're not in
a <li>, which gives us better control over their presentation.

Tested with both <table>-based and <ul>-based lists.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix up selectors for some config forms list item styles.
This tweaks the selectors for the config forms list item styles to more specifically distinguish between `<li>` and `<tr>` list items. This helps keep some styles from applying to a `<tr>` that shouldn't be there, cleaning things up quite a bit and avoiding some style collisions. List item actions have also been tweaked to not float if they're not in a `<li>`, which gives us better control over their presentation.
66085e6ff96c4330ce70a0a4aef7f05a67a024aa Christian Hammond
djblets/static/djblets/css/config-forms.less
Loading...