Add namespaced variables and fixes for config forms styles.

Review Request #11031 — Created May 20, 2020 and submitted

Information

Djblets
release-2.0.x

Reviewers

The config forms codebase was one of the earlier ones to adopt our
modern CSS component naming styles, but it didn't adopt the namespaced
variables along with it. We had some legacy variables, but if anything
external components wanted to size anything according to the config
forms definitions, they'd have to hard-code values.

This change moves most of the variables over to that style, and
introduces a whole bunch of new ones. These can be used by other
stylesheets to better fit in with a config forms page.

Tested various config form pages with these styles. Didn't see any
regressions.

Summary ID
Add namespaced variables and fixes for config forms styles.
The config forms codebase was one of the earlier ones to adopt our modern CSS component naming styles, but it didn't adopt the namespaced variables along with it. We had some legacy variables, but if anything external components wanted to size anything according to the config forms definitions, they'd have to hard-code values. This change moves most of the variables over to that style, and introduces a whole bunch of new ones. These can be used by other stylesheets to better fit in with a config forms page.
13da7c1d0ae81db48d78f90fa2a230245d59fb11
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (5508f5f)
Loading...