Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f2dd3a75
Commit
f2dd3a75
authored
Apr 08, 2019
by
Filipa Lacerda
Committed by
Phil Hughes
Apr 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds EE folder in the stylelint command
Fixes stylelint failures for EE specific code
parent
76030d29
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
35 deletions
+13
-35
ee/app/assets/stylesheets/pages/groups.scss
ee/app/assets/stylesheets/pages/groups.scss
+3
-3
ee/app/assets/stylesheets/pages/pipelines.scss
ee/app/assets/stylesheets/pages/pipelines.scss
+1
-1
ee/app/assets/stylesheets/pages/roadmap.scss
ee/app/assets/stylesheets/pages/roadmap.scss
+8
-30
package.json
package.json
+1
-1
No files found.
ee/app/assets/stylesheets/pages/groups.scss
View file @
f2dd3a75
...
...
@@ -13,17 +13,17 @@
margin
:
0
4px
;
}
&
[
data-plan
=
"gold"
]
{
&
[
data-plan
=
'gold'
]
{
color
:
darken
(
$gl-gold-plan
,
20%
);
svg
g
{
fill
:
$gl-gold-plan
;
}
}
&
[
data-plan
=
"silver"
]
{
&
[
data-plan
=
'silver'
]
{
color
:
darken
(
$gl-silver-plan
,
20%
);
svg
g
{
fill
:
$gl-silver-plan
;
}
}
&
[
data-plan
=
"bronze"
]
{
&
[
data-plan
=
'bronze'
]
{
color
:
darken
(
$gl-bronze-plan
,
20%
);
svg
g
{
fill
:
$gl-bronze-plan
;
}
}
...
...
ee/app/assets/stylesheets/pages/pipelines.scss
View file @
f2dd3a75
...
...
@@ -151,7 +151,7 @@
}
&
.left-connector
{
@include
flat-connector-before
(
88px
)
@include
flat-connector-before
(
88px
)
;
}
&
:
:
after
{
...
...
ee/app/assets/stylesheets/pages/roadmap.scss
View file @
f2dd3a75
...
...
@@ -5,21 +5,9 @@ $timeline-cell-width: 180px;
$border-style
:
1px
solid
$border-gray-normal
;
$roadmap-gradient-dark-gray
:
rgba
(
0
,
0
,
0
,
0
.15
);
$roadmap-gradient-gray
:
rgba
(
255
,
255
,
255
,
0
.001
);
$scroll-top-gradient
:
linear-gradient
(
to
bottom
,
$roadmap-gradient-dark-gray
0%
,
$roadmap-gradient-gray
100%
);
$scroll-bottom-gradient
:
linear-gradient
(
to
bottom
,
$roadmap-gradient-gray
0%
,
$roadmap-gradient-dark-gray
100%
);
$column-right-gradient
:
linear-gradient
(
to
right
,
$roadmap-gradient-dark-gray
0%
,
$roadmap-gradient-gray
100%
);
$scroll-top-gradient
:
linear-gradient
(
to
bottom
,
$roadmap-gradient-dark-gray
0%
,
$roadmap-gradient-gray
100%
);
$scroll-bottom-gradient
:
linear-gradient
(
to
bottom
,
$roadmap-gradient-gray
0%
,
$roadmap-gradient-dark-gray
100%
);
$column-right-gradient
:
linear-gradient
(
to
right
,
$roadmap-gradient-dark-gray
0%
,
$roadmap-gradient-gray
100%
);
@keyframes
colorTransitionDetailsCell
{
from
{
...
...
@@ -145,7 +133,7 @@ $column-right-gradient: linear-gradient(
.
roadmap-timeline-section
.
timeline-header-blank
:
:
after
,
.
epics-list-section
.
epic-details-cell
::
after
,
.
skeleton-loader
::
after
{
content
:
""
;
content
:
''
;
position
:
absolute
;
top
:
0
;
right
:
-
$grid-size
;
...
...
@@ -229,7 +217,7 @@ $column-right-gradient: linear-gradient(
}
.
today-bar
:
:
before
{
content
:
""
;
content
:
''
;
position
:
absolute
;
top
:
-2px
;
left
:
-3px
;
...
...
@@ -243,7 +231,7 @@ $column-right-gradient: linear-gradient(
&.
scroll-top-shadow
.
timeline-header-blank
:
:
before
{
@include
roadmap-scroll-mixin
;
content
:
""
;
content
:
''
;
position
:
absolute
;
left
:
0
;
bottom
:
-
$grid-size
;
...
...
@@ -360,21 +348,11 @@ $column-right-gradient: linear-gradient(
}
&
.start-date-undefined
{
background
:
linear-gradient
(
to
right
,
$roadmap-gradient-gray
0%
,
$blue-200
50%
,
$blue-500
100%
);
background
:
linear-gradient
(
to
right
,
$roadmap-gradient-gray
0%
,
$blue-200
50%
,
$blue-500
100%
);
}
&
.end-date-undefined
{
background
:
linear-gradient
(
to
right
,
$blue-500
0%
,
$blue-200
50%
,
$roadmap-gradient-gray
100%
);
background
:
linear-gradient
(
to
right
,
$blue-500
0%
,
$blue-200
50%
,
$roadmap-gradient-gray
100%
);
}
}
...
...
package.json
View file @
f2dd3a75
...
...
@@ -17,7 +17,7 @@
"prettier-staged-save"
:
"node ./scripts/frontend/prettier.js save"
,
"prettier-all"
:
"node ./scripts/frontend/prettier.js check-all"
,
"prettier-all-save"
:
"node ./scripts/frontend/prettier.js save-all"
,
"stylelint"
:
"node node_modules/stylelint/bin/stylelint.js app/assets/stylesheets/**/*.* --custom-formatter node_modules/stylelint-error-string-formatter"
,
"stylelint"
:
"node node_modules/stylelint/bin/stylelint.js app/assets/stylesheets/**/*.*
ee/app/assets/stylesheets/**/*.*
--custom-formatter node_modules/stylelint-error-string-formatter"
,
"stylelint-file"
:
"node node_modules/stylelint/bin/stylelint.js"
,
"stylelint-create-utility-map"
:
"node scripts/frontend/stylelint/stylelint-utility-map.js"
,
"test"
:
"yarn jest && yarn karma"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment