Skip to content

Clean up block class for Jobs feature

In the directory app/assets/javascripts/jobs you'll notice a lot of components in the sidebar rely on a top level block class. We can't simply move this over to gl-display-block. There is some upstream CSS that specifically looks for this block class to apply other styles for the UI.

Screen_Shot_2021-02-02_at_10.32.39_AM

We shouldn't rely on a display class to apply other styles. Let's use this issue to replace all these instances and use gitlab-utility classes instead 🙏