Skip to content
Snippets Groups Projects

Issue #3406534 by Grimreaper: [BS3 port] Tabledrag theming

7 files
+ 39
1
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -140,6 +140,7 @@
modalHeader += `<h${heading} class="modal-title">${settings.title}</h${heading}>`;
}
// @todo use the pattern button_close directly if possible in JS.
modalHeader += `<button type="button" class="close btn-close" data-bs-dismiss="modal" data-dismiss="modal" aria-label="${Drupal.t(
'Close',
)}"><span aria-hidden="true" class="visually-hidden">&times;</span></button>`;
Loading