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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
abdaebc8
Commit
abdaebc8
authored
May 09, 2018
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply NestingDepth (level 5) (pages/pipelines.scss)
parent
40683268
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
37 deletions
+26
-37
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+21
-37
changelogs/unreleased/39584-nesting-depth-5-pages-pipelines.yml
...logs/unreleased/39584-nesting-depth-5-pages-pipelines.yml
+5
-0
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
abdaebc8
...
...
@@ -66,13 +66,9 @@
}
}
.btn-group
{
&
.open
{
.btn-default
{
background-color
:
$white-normal
;
border-color
:
$border-white-normal
;
}
}
.btn-group.open
.btn-default
{
background-color
:
$white-normal
;
border-color
:
$border-white-normal
;
}
.btn
.text-center
{
...
...
@@ -361,16 +357,14 @@
&
:not
(
:first-child
)
{
margin-left
:
44px
;
.left-connector
{
&
:
:
before
{
content
:
''
;
position
:
absolute
;
top
:
48%
;
left
:
-44px
;
border-top
:
2px
solid
$border-color
;
width
:
44px
;
height
:
1px
;
}
.
left-connector
:
:
before
{
content
:
''
;
position
:
absolute
;
top
:
48%
;
left
:
-44px
;
border-top
:
2px
solid
$border-color
;
width
:
44px
;
height
:
1px
;
}
}
}
...
...
@@ -386,22 +380,16 @@
&
:last-child
{
.build
{
// Remove right connecting horizontal line from first build in last stage
&
:first-child
{
&
:
:
after
{
border
:
0
;
}
&
:first-child::after
{
border
:
0
;
}
// Remove right curved connectors from all builds in last stage
&
:not
(
:first-child
)
{
&
:
:
after
{
border
:
0
;
}
&
:not
(
:first-child
)
::after
{
border
:
0
;
}
// Remove opposite curve
.curve
{
&
:
:
before
{
display
:
none
;
}
.
curve
:
:
before
{
display
:
none
;
}
}
}
...
...
@@ -409,16 +397,12 @@
&
:first-child
{
.build
{
// Remove left curved connectors from all builds in first stage
&
:not
(
:first-child
)
{
&
:
:
before
{
border
:
0
;
}
&
:not
(
:first-child
)
::before
{
border
:
0
;
}
// Remove opposite curve
.curve
{
&
:
:
after
{
display
:
none
;
}
.
curve
:
:
after
{
display
:
none
;
}
}
}
...
...
changelogs/unreleased/39584-nesting-depth-5-pages-pipelines.yml
0 → 100644
View file @
abdaebc8
---
title
:
Apply NestingDepth (level 5) (pages/pipelines.scss)
merge_request
:
18830
author
:
Takuya Noguchi
type
:
other
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