Remove some overly-generic ul/li styles in config forms.

Review Request #10430 — Created Feb. 26, 2019 and submitted

Information

Djblets
release-1.0.x

Reviewers

We had some styles in the config forms for <ul> and <li> tags that
were quite intrusive. It's not entirely clear what they were originally
for, but likely it was for checkbox rows. This change cleans those up,
simplifies them, and moves them into the .checkbox-row selector.

Looked throughout all our pages with config forms, testing for regressions.
Couldn't find any.

Tested that this fixed some visual issues found with embedding condition
fields into a config forms page.

Summary ID
Remove some overly-generic ul/li styles in config forms.
We had some styles in the config forms for `<ul>` and `<li>` tags that were quite intrusive. It's not entirely clear what they were originally for, but likely it was for checkbox rows. This change cleans those up, simplifies them, and moves them into the `.checkbox-row` selector.
a9b1880fc2ab2dd009ae5e4508bccd1222f41529
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.0.x (9b938c1)
Loading...