Skip to content

Implement focus trap within details dialog. use material classes and attributes for button styles

Paulina Nogal requested to merge keyboard-trap-on-details-modal into master

@sengupta5 Changes applied to the Details modal/drawer:

  • Implement material cdkTrapFocus to keep focus within the details dialog/drawer
  • Switch all <a> that were acting as buttons, to actual <buttons>
  • Remove custom styles for buttons and use material classes and attributes for styling

Merge request reports