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
5a8bae61
Commit
5a8bae61
authored
Nov 06, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix scss-lint errors
parent
e276b21e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
26 deletions
+19
-26
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+0
-7
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+19
-19
No files found.
app/assets/stylesheets/framework/common.scss
View file @
5a8bae61
...
...
@@ -289,13 +289,6 @@ img.emoji {
margin
:
5px
0
;
}
table
{
td
.permission-x
{
background
:
$table-permission-x-bg
!
important
;
text-align
:
center
;
}
}
.btn-sign-in
{
text-shadow
:
none
;
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
5a8bae61
...
...
@@ -202,6 +202,25 @@
}
}
/**
* Play button with icon in dropdowns
*/
.no-btn
{
border
:
none
;
background
:
none
;
outline
:
none
;
width
:
100%
;
text-align
:
left
;
.icon-play
{
position
:
relative
;
top
:
2px
;
margin-right
:
5px
;
height
:
13px
;
width
:
12px
;
}
}
.duration
,
.finished-at
{
color
:
$gl-text-color-secondary
;
...
...
@@ -973,25 +992,6 @@ a.linked-pipeline-mini-item {
}
}
/**
* Play button with icon in dropdowns
*/
.ci-table
.no-btn
{
border
:
none
;
background
:
none
;
outline
:
none
;
width
:
100%
;
text-align
:
left
;
.icon-play
{
position
:
relative
;
top
:
2px
;
margin-right
:
5px
;
height
:
13px
;
width
:
12px
;
}
}
.linked-pipeline-mini-list
{
display
:
inline-block
;
...
...
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