Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
shorthand
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
shorthand
Merge requests
!31
Issue
#3452121
: Fixed gitlab ci eslint issue.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3452121
: Fixed gitlab ci eslint issue.
issue/shorthand-3452121:3452121-gitlab-ci-fix
into
4.0.x
Overview
0
Commits
17
Pipelines
23
Changes
4
Merged
Deepak Pandey
requested to merge
issue/shorthand-3452121:3452121-gitlab-ci-fix
into
4.0.x
1 year ago
Overview
0
Commits
17
Pipelines
23
Changes
4
Expand
Closes
#3452121
0
0
Merge request reports
Compare
4.0.x
version 22
f6fd2e45
6 months ago
version 21
f688ff37
6 months ago
version 20
eb3fedf6
7 months ago
version 19
2cb0abcb
10 months ago
version 18
6b15360b
10 months ago
version 17
a3702097
11 months ago
version 16
98bec185
11 months ago
version 15
9e7deb35
11 months ago
version 14
41fd7f85
11 months ago
version 13
07b66cf7
11 months ago
version 12
dc4960dd
11 months ago
version 11
217659b3
11 months ago
version 10
4cc38467
11 months ago
version 9
0fd2ec5e
11 months ago
version 8
d0ffeb75
11 months ago
version 7
3942bf16
11 months ago
version 6
560b8b0f
11 months ago
version 5
ab7989da
11 months ago
version 4
c284d701
11 months ago
version 3
499f43bd
11 months ago
version 2
0f3221c2
1 year ago
version 1
8938725d
1 year ago
4.0.x (base)
and
latest version
latest version
f6fd2e45
17 commits,
6 months ago
version 22
f6fd2e45
17 commits,
6 months ago
version 21
f688ff37
16 commits,
6 months ago
version 20
eb3fedf6
15 commits,
7 months ago
version 19
2cb0abcb
13 commits,
10 months ago
version 18
6b15360b
12 commits,
10 months ago
version 17
a3702097
11 commits,
11 months ago
version 16
98bec185
10 commits,
11 months ago
version 15
9e7deb35
11 commits,
11 months ago
version 14
41fd7f85
11 commits,
11 months ago
version 13
07b66cf7
11 commits,
11 months ago
version 12
dc4960dd
11 commits,
11 months ago
version 11
217659b3
11 commits,
11 months ago
version 10
4cc38467
10 commits,
11 months ago
version 9
0fd2ec5e
9 commits,
11 months ago
version 8
d0ffeb75
8 commits,
11 months ago
version 7
3942bf16
7 commits,
11 months ago
version 6
560b8b0f
6 commits,
11 months ago
version 5
ab7989da
5 commits,
11 months ago
version 4
c284d701
4 commits,
11 months ago
version 3
499f43bd
3 commits,
11 months ago
version 2
0f3221c2
2 commits,
1 year ago
version 1
8938725d
1 commit,
1 year ago
4 files
+
123
−
119
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
resources/css/shorthand-selection-form.css
+
5
−
3
Options
@@ -66,7 +66,10 @@
background
:
#444
;
}
.shorthand-story.selected
.story-details
.story-versions
.story-version-option
:hover
{
.shorthand-story.selected
.story-details
.story-versions
.story-version-option
:hover
{
background
:
#222
;
}
@@ -83,9 +86,8 @@
width
:
200px
;
min-height
:
112px
;
margin
:
10px
;
margin-right
:
10px
;
border-radius
:
10px
;
background
:
grey
;
background
:
#808080
;
}
#edit-field-shorthand-story-wrapper
{
Loading