Skip to content
Snippets Groups Projects

Application Settings Repository h4 Expand/Collapse

  1. Jun 20, 2022
    • Daniel Schömer's avatar
      Application Settings Repository h4 Expand/Collapse · aed8f0fb
      Daniel Schömer authored
      Project Settings headers (h4 elements) expand/collapse on mouse-click
      / tap, like using the Expand/Collapse button.
      
      Most h4 headers in Admin / Application Settings pages do not
      expande/collapse on mouse-click / tap, but only using the
      Expand/Collapse button. This may seem inconsistent to the user.
      
      The h4 headers get the expand/collapse behavior through CSS classes
      settings-title, js-settings-toggle and js-settings-toggle-trigger-only.
      
      This MR adds CSS classes settings-title, js-settings-toggle and
      js-settings-toggle-trigger-only to the h4 headers in Admin / Application
      Settings / Repository. This enables the expand/collapse behavior on
      on-click / on-tap for the h4 headers.
      
      Changelog: changed
      aed8f0fb
Loading