Fix up selectors for some config forms list item styles.

Review Request #11032 — Created May 21, 2020 and submitted

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.

Summary ID
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
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (3cba766)
Loading...