Skip to content
Snippets Groups Projects

Migrate Toolbar button to SDC - #3458215

Closed Ivan Berdinsky requested to merge issue/drupal-3458215:3458215-sdc into 11.x

Closes #3458215

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
  • m4olivei
  • m4olivei
  • Haven't had a chance to look through the whole MR yet, but it's looking very good! Just spotted a couple of small things, as well as this visual regression, where each level 0 menu item appears to have a scroll bar (Chrome):

    image

  • added 1 commit

    Compare with previous version

  • Ivan Berdinsky added 12 commits

    added 12 commits

    Compare with previous version

  • 134 134 const toggleTriggers = (toState) => {
    135 135 triggers.forEach((trigger) => {
    136 136 trigger.setAttribute('aria-expanded', toState);
    137 const text = trigger.querySelector('[data-text]');
    137 const text =
    138 trigger.querySelector('[data-text]') ||
    139 trigger.querySelector('[data-action]');
  • Ivan Berdinsky added 11 commits

    added 11 commits

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading