Remove .click-to-expand class from ../gitlab-development-kit/gitlab/app/assets/stylesheets/framework/blocks.scss

Issue: Remove ..click-to-expand class from ../gitlab-development-kit/gitlab/app/assets/stylesheets/framework/blocks.scss

Deprecate and remove the ..click-to-expand class from ../gitlab-development-kit/gitlab/app/assets/stylesheets/framework/blocks.scss

  • 2 CSS properties: Number of CSS rules in the class.
  • 1 subclass: Classes that extend this class.
  • 4 references: Number of usages in codebase.

Class definition:

.click-to-expand { cursor: pointer; vertical-align: initial; }

Instances of ..click-to-expand found in:

../gitlab-development-kit/gitlab/app/views/projects/diffs/viewers/_collapsed.html.haml

  • ../gitlab-development-kit/gitlab/app/assets/stylesheets/framework/blocks.scss
  • ../gitlab-development-kit/gitlab/app/assets/javascripts/diff.js

Implementation Plan

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