Remove .row-content-block class from ../gitlab-development-kit/gitlab/app/assets/stylesheets/framework/blocks.scss

Issue: Remove ..row-content-block class from ../gitlab-development-kit/gitlab/app/assets/stylesheets/framework/blocks.scss

Deprecate and remove the ..row-content-block class from ../gitlab-development-kit/gitlab/app/assets/stylesheets/framework/blocks.scss

  • 9 CSS properties: Number of CSS rules in the class.
  • 3 subclasses: Classes that extend this class.
  • 30 references: Number of usages in codebase.

Class definition:

.row-content-block { margin-top: 0; @apply gl-bg-subtle; padding: $gl-padding; margin-bottom: 0; @apply gl-border-t; @apply gl-border-b; @apply gl-text-default; &.top-block { border-top: 0; .container-fluid { background-color: inherit; }

Instances of ..row-content-block found in:

../gitlab-development-kit/gitlab/ee/app/views/groups/analytics/productivity_analytics/show.html.haml

  • ../gitlab-development-kit/gitlab/ee/app/assets/javascripts/roadmap/components/roadmap_filters.vue
  • ../gitlab-development-kit/gitlab/ee/app/assets/javascripts/requirements/components/requirements_root.vue

Implementation Plan

See instructions in epic Auditing and Removing CSS Classes in Frameworks.