Skip to content
Snippets Groups Projects
Commit e26abe2e authored by Florent Torregrosa's avatar Florent Torregrosa Committed by Florent Torregrosa
Browse files

Issue #3370675 by Grimreaper: Ensure tables with tabledrag are working

parent 136d7ba8
Branches 4.x
1 merge request!128Issue #3370675: Ensure tables with tabledrag are working
.draggable.drag,
.draggable.drag:focus {
--bs-table-bg: var(--bs-warning);
}
.draggable.drag-previous {
--bs-table-bg: var(--bs-warning-bg-subtle);
}
.draggable a.tabledrag-handle {
margin-inline-start: 0;
}
a.tabledrag-handle .handle {
width: calc(2.125 * var(--bs-body-font-size));
height: calc(2.125 * var(--bs-body-font-size));
margin: 0;
background-position: 50% 5px;
}
......@@ -43,6 +43,8 @@ libraries-extend:
- ui_suite_bootstrap/drupal.dialog.off_canvas
core/drupal.progress:
- ui_suite_bootstrap/drupal.progress
system/base:
- ui_suite_bootstrap/tabledrag
user/drupal.user:
- ui_suite_bootstrap/drupal.user
clientside_validation_jquery/jquery.validate:
......
......@@ -81,6 +81,11 @@ jquery.validate:
- core/drupal
- core/jquery
tabledrag:
css:
component:
assets/css/component/tabledrag.css: {}
unpublished:
css:
theme:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment