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
7d757f70
Commit
7d757f70
authored
Aug 15, 2017
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore code quality and approver styles
removed in ce->ee merge
parent
f460db81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
80 additions
and
0 deletions
+80
-0
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+80
-0
No files found.
app/assets/stylesheets/pages/merge_requests.scss
View file @
7d757f70
...
...
@@ -707,9 +707,89 @@
}
}
#merge-request-widget-app
.loading
{
padding-top
:
5px
;
border-top
:
1px
solid
$well-inner-border
;
}
.approvals-footer
{
display
:
flex
;
.approvers-prefix
,
.approvers-list
{
display
:
flex
;
align-items
:
center
;
margin-right
:
5px
;
}
.unapprove-btn
{
border
:
none
;
background
:
transparent
;
cursor
:
pointer
;
&
:hover
{
color
:
$gl-text-color-secondary
;
text-decoration
:
none
;
}
&
:focus
{
outline
:
none
;
}
}
.approver-avatar
{
position
:
relative
;
}
}
.link-to-member-avatar
{
.disabled
{
pointer-events
:
none
;
cursor
:
default
;
}
.avatar
{
margin-bottom
:
0
;
margin-left
:
7px
;
display
:
block
;
}
}
.mr-memory-usage
{
p
.usage-info-loading
.usage-info-load-spinner
{
margin-right
:
10px
;
font-size
:
16px
;
}
}
.mr-widget-icon
{
font-size
:
22px
;
margin
:
0
10px
0
0
;
}
.mr-widget-code-quality
{
padding-top
:
$gl-padding-top
;
.code-quality-container
{
border-top
:
1px
solid
$gray-darker
;
border-bottom
:
1px
solid
$gray-darker
;
padding
:
$gl-padding-top
;
background-color
:
$gray-light
;
margin
:
4px
-16px
0
;
.mr-widget-code-quality-list
{
list-style
:
none
;
padding
:
4px
36px
;
margin
:
0
;
line-height
:
$code_line_height
;
li
.success
{
color
:
$green-500
;
}
li
.failed
{
color
:
$red-500
;
}
}
}
}
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