Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mercury_editor
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
mercury_editor
Merge requests
!49
Resolve
#3426739
"Inline editing ck5"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve
#3426739
"Inline editing ck5"
issue/mercury_editor-3426739:3426739-inline-editing-ck5
into
2.1.x
Overview
0
Commits
11
Pipelines
0
Changes
30
Open
Justin Toupin
requested to merge
issue/mercury_editor-3426739:3426739-inline-editing-ck5
into
2.1.x
1 year ago
Overview
0
Commits
11
Pipelines
0
Changes
30
Expand
Closes
#3426739
0
0
Merge request reports
Compare
2.1.x
version 2
3f4b02eb
1 year ago
version 1
418dda24
1 year ago
2.1.x (base)
and
latest version
latest version
b8b9bb41
11 commits,
1 year ago
version 2
3f4b02eb
10 commits,
1 year ago
version 1
418dda24
9 commits,
1 year ago
30 files
+
607
−
267
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
build/css/components/frontend-builder.css
+
50
−
0
Options
@@ -25,3 +25,53 @@
padding-left
:
275px
;
}
/**
* Mercury Editor controls modifications.
*/
.is-mercury-edit-mode
.lpb-controls
{
padding
:
0
5px
0
0
;
border-radius
:
4px
;
top
:
-20px
;
left
:
-10px
;
right
:
auto
;
}
.is-mercury-edit-mode
.lpb-controls
.reveal-on-hover
{
display
:
none
;
}
.is-mercury-edit-mode
.lpb-controls
:hover
.reveal-on-hover
,
.is-mercury-edit-mode
.lpb-controls
[
focus-within
]
.reveal-on-hover
{
display
:
flex
;
animation
:
controlsFadeIn
.15s
ease-in
;
}
.is-mercury-edit-mode
.lpb-controls
:hover
.reveal-on-hover
,
.is-mercury-edit-mode
.lpb-controls
:focus-within
.reveal-on-hover
{
display
:
flex
;
animation
:
controlsFadeIn
.15s
ease-in
;
}
.is-mercury-edit-mode
.lpb-controls.is-layout
{
top
:
-25px
;
left
:
-15px
;
right
:
-10px
;
left
:
auto
;
}
.is-mercury-edit-mode
.lpb-controls-label
{
padding
:
0
5px
0
0
;
text-transform
:
uppercase
;
font-size
:
.7em
;
letter-spacing
:
2px
;
}
@keyframes
controlsFadeIn
{
0
%
{
opacity
:
0
;
}
100
%
{
opacity
:
1
;
}
}
Loading