Skip to content
Snippets Groups Projects

Issue #3452121: Fixed gitlab ci eslint issue.

Merged Deepak Pandey requested to merge issue/shorthand-3452121:3452121-gitlab-ci-fix into 4.0.x
Compare and
4 files
+ 123
119
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -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