Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gin-3188521
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
gin-3188521
Commits
0a6e5647
Commit
0a6e5647
authored
5 years ago
by
Sascha Eggenberger
Browse files
Options
Downloads
Patches
Plain Diff
Fix tabledrag handle
parent
4803f2bd
No related branches found
Tags
previous/3298889-make-drupalpackagemanagertestapiapicontroller-more/2022-10-21-1
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dist/css/gin.css
+1
-1
1 addition, 1 deletion
dist/css/gin.css
styles/_entity_reference_layout.scss
+12
-2
12 additions, 2 deletions
styles/_entity_reference_layout.scss
styles/_tabledrag.scss
+3
-0
3 additions, 0 deletions
styles/_tabledrag.scss
styles/gin.scss
+1
-0
1 addition, 0 deletions
styles/gin.scss
with
17 additions
and
3 deletions
dist/css/gin.css
+
1
−
1
View file @
0a6e5647
This diff is collapsed.
Click to expand it.
styles/_entity_reference_layout.scss
+
12
−
2
View file @
0a6e5647
...
...
@@ -18,6 +18,8 @@
background
:
none
;
.layout
{
border-left
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
background
:
#fff
;
}
}
...
...
@@ -29,6 +31,9 @@
width
:
100%
;
max-width
:
800px
;
transform
:
translateX
(
-50%
);
max-height
:
480px
;
overflow-y
:
auto
;
-webkit-overflow-scrolling
:
touch
;
button
{
text-align
:
center
;
...
...
@@ -53,11 +58,16 @@
.erl-layout-region
,
.erl-disabled-items
{
padding
:
16px
;
margin-left
:
-1px
;
background
:
#fff
;
border
:
1px
solid
#ccc
;
box-shadow
:
none
;
&
,
&
:hover
{
border
:
0
none
;
border-top
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
}
.erl-item
{
outline
:
1px
dashed
#d6d6d6
;
}
...
...
This diff is collapsed.
Click to expand it.
styles/_tabledrag.scss
0 → 100644
+
3
−
0
View file @
0a6e5647
.draggable
a
.tabledrag-handle
{
float
:
none
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
styles/gin.scss
+
1
−
0
View file @
0a6e5647
...
...
@@ -23,6 +23,7 @@
@import
"tabs"
;
@import
"views"
;
@import
"media-library"
;
@import
"tabledrag"
;
// Sidebar
// .entity-meta {
...
...
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