Skip to content

Reorder CSS to prevent hitting compound selector limit

Kushal Pandya requested to merge 11691-fix-stylint-warnings into master

What does this MR do?

Note: This MR adds a feature to Epic Tree (added in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10999) which is currently behind feature flag :epic_tree.

This MR updates ee/app/assets/stylesheets/components/related_items_tree.scss such that it doesn't trigger selector-max-compound-selectors warnings for complex selectors.

Conformity

Closes #11691 (closed)

Merge request reports