Wrap .icon style to prevent cross-contamination.

Review Request #13059 — Created May 22, 2023 and submitted

Information

Review Board
release-6.x

Reviewers

Something changed in LESS that was causing our .icon() mixins to
cross-contaminate, meaning that some rules for defining .rb-icon-*
were also being duplicated as .datagrid-icon-*. This change wraps our
Review Board styles to ensure that the .icon() mixin stays in a very
limited scope.

Loaded the Review Board dashboard and saw that the datagrid icons were
no longer messed up.

Summary ID
Wrap .icon style to prevent cross-contamination.
Something changed in LESS that was causing our `.icon()` mixins to cross-contaminate, meaning that some rules for defining `.rb-icon-*` were also being duplicated as `.datagrid-icon-*`. This change wraps our Review Board styles to ensure that the `.icon()` mixin stays in a very limited scope. Testing Done: Loaded the Review Board dashboard and saw that the datagrid icons were no longer messed up.
adb11802ccf47fdc1b27d19a707ec670e59824c4
Description From Last Updated

I made a similar comment to the Djblets side, but maybe we should call this .rb-icon() instead to avoid any …

chipx86chipx86
chipx86
  1. 
      
  2. reviewboard/static/rb/css/assets/icons.less (Diff revision 1)
     
     
     
     
     
     
     
     
     
    Show all issues

    I made a similar comment to the Djblets side, but maybe we should call this .rb-icon() instead to avoid any namespacing issues anywhere.

  3. 
      
david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (0cced9f)
Loading...