Skip to content
  • Daniel Schömer's avatar
    EE Group Settings General headers expand on click · 6424e196
    Daniel Schömer authored and Savas Vedova's avatar Savas Vedova committed
    Four headers in Group Settings / General pages do not expand/collapse
    on mouse-click / tap, but only using the Expand/Collapse button. This
    may seem inconsistent to the user.
    
    * Insights
    * Compliance frameworks
    * Custom project templates, and
    * Templates
    
    (Only visible in GitLab EE)
    (https: //gitlab.com/gitlab-org/gitlab/-/issues/334655#note_1085315512)
    
    The headers get the expand/collapse behavior through CSS classes
    settings-title, js-settings-toggle and js-settings-toggle-trigger-only
    assigned to the HTML h4 elements.
    
    This MR adds the missing CSS classes settings-title, js-settings-toggle
    and js-settings-toggle-trigger-only to headers in Group Settings
    / General (GitLab EE/Enterprise Edition). This enables the
    expand/collapse behavior on on-click / on-tap for the headers.
    
    Changelog: changed
    EE: true
    6424e196