Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_ohana
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_wcms_ohana
Commits
5acc354c
Commit
5acc354c
authored
2 years ago
by
Martin Leblanc
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-6010: Adjust the width of the drag handle
parent
ebcbcb46
No related branches found
No related tags found
1 merge request
!82
Feature/istwcms 6010 m26lebla fix multiple field button presentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/patterns/01-core/elements/_form.scss
+33
-11
33 additions, 11 deletions
src/patterns/01-core/elements/_form.scss
with
33 additions
and
11 deletions
src/patterns/01-core/elements/_form.scss
+
33
−
11
View file @
5acc354c
...
...
@@ -181,26 +181,48 @@ button {
}
}
}
.webform-multiple-add
{
margin-top
:
var
(
--
size-2
)
!
important
;
>
.button
{
@include
button-reset
();
@include
svg-background-color
(
var
(
--
gray-4
)
,
plus
);
background-position
:
center
center
;
background-repeat
:
no-repeat
;
background-size
:
contain
;
border
:
var
(
--
size-sm
)
solid
#000
!
important
;
display
:
inline-block
;
height
:
var
(
--
size-105
);
padding
:
2px
;
border-radius
:
50%
;
opacity
:
0
.4
;
position
:
relative
;
text-indent
:
-9999px
;
vertical-align
:
middle
;
width
:
var
(
--
size-
1
05
);
width
:
var
(
--
size-
2
05
);
&
:hover
,
&
:focus
{
@include
svg-background-color
(
var
(
--
uw-black
)
,
plus
);
background-position
:
center
center
;
background-repeat
:
no-repeat
;
background-size
:
contain
;
border
:
var
(
--
size-xs
)
solid
transparent
;
border
:
var
(
--
size-sm
)
solid
#000
!
important
;
opacity
:
1
;
}
}
}
.js-form-type-webform-multiple
{
.draggable
{
&
:hover
,
&
:focus
{
td
{
background-color
:
#f7fcff
;
}
}
a
.tabledrag-handle
.handle
{
background-position
:
0
8px
;
height
:
24px
;
width
:
16px
;
}
.drag
&
{
&
:hover
,
&
:focus
{
td
{
background-color
:
#ffd
;
}
}
}
}
}
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