BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ab18d022
Commit
ab18d022
authored
Sep 21, 2017
by
Phil Hughes
Committed by
Robert Speicher
Sep 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'resolve-discussions-btn' into 'master'
Make resolve discussion icon gray See merge request gitlab-org/gitlab-ce!14398
parent
d0fbdaed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
14 deletions
+6
-14
notes.scss
app/assets/stylesheets/pages/notes.scss
+6
-14
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
ab18d022
...
...
@@ -727,6 +727,12 @@ ul.notes {
border-bottom-left-radius
:
0
;
}
.btn
{
svg
path
{
fill
:
$gray-darkest
;
}
}
.btn.discussion-create-issue-btn
{
margin-left
:
-4px
;
border-radius
:
0
;
...
...
@@ -741,10 +747,6 @@ ul.notes {
border
:
0
;
}
}
.new-issue-for-discussion
path
{
fill
:
$gray-darkest
;
}
}
}
...
...
@@ -817,16 +819,6 @@ ul.notes {
vertical-align
:
middle
;
}
.discussion-next-btn
{
svg
{
margin
:
0
;
path
{
fill
:
$gray-darkest
;
}
}
}
// Merge request notes in diffs
.diff-file
{
// Diff is inline
...
...
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