Skip to content
Snippets Groups Projects

Visually hidden class functionality used

Closes #3442931

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
60 60 newState ? 'expanded' : 'collapsed',
61 61 );
62 62
63 const toolbarButtonLabels = document.querySelectorAll(
  • 60 60 newState ? 'expanded' : 'collapsed',
    61 61 );
    62 62
    63 const toolbarButtonLabels = document.querySelectorAll(
    64 '.toolbar-button__label',
    65 );
    66 if (toolbarButtonLabels.length > 0) {
  • Gaurav added 1 commit

    added 1 commit

    • 238fbc9e - Updated the selector postion and conditioning

    Compare with previous version

  • Please register or sign in to reply
    Loading