Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ui_suite_bootstrap
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ui_suite_bootstrap
Commits
e26abe2e
Commit
e26abe2e
authored
1 year ago
by
Florent Torregrosa
Committed by
Florent Torregrosa
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3370675
by Grimreaper: Ensure tables with tabledrag are working
parent
136d7ba8
Branches
4.x
Tags
4.0.0
4.0.0-beta1
1 merge request
!128
Issue #3370675: Ensure tables with tabledrag are working
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
assets/css/component/tabledrag.css
+19
-0
19 additions, 0 deletions
assets/css/component/tabledrag.css
ui_suite_bootstrap.info.yml
+2
-0
2 additions, 0 deletions
ui_suite_bootstrap.info.yml
ui_suite_bootstrap.libraries.yml
+5
-0
5 additions, 0 deletions
ui_suite_bootstrap.libraries.yml
with
26 additions
and
0 deletions
assets/css/component/tabledrag.css
0 → 100644
+
19
−
0
View file @
e26abe2e
.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
;
}
This diff is collapsed.
Click to expand it.
ui_suite_bootstrap.info.yml
+
2
−
0
View file @
e26abe2e
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
ui_suite_bootstrap.libraries.yml
+
5
−
0
View file @
e26abe2e
...
...
@@ -81,6 +81,11 @@ jquery.validate:
-
core/drupal
-
core/jquery
tabledrag
:
css
:
component
:
assets/css/component/tabledrag.css
:
{}
unpublished
:
css
:
theme
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment