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
73e40d75
Commit
73e40d75
authored
Oct 24, 2017
by
Phil Hughes
Committed by
Michael Kozono
Oct 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'fix-unresolve-btn-jump-color' into 'master'
Fix code review discussion action buttons Closes #38891 See merge request gitlab-org/gitlab-ce!14801 (cherry picked from commit
a811704c
)
d04a2aef
Fix icon color and btn-group alignment of discussion buttons
parent
aaf8547e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
note_form.scss
app/assets/stylesheets/pages/note_form.scss
+1
-2
notes.scss
app/assets/stylesheets/pages/notes.scss
+4
-0
No files found.
app/assets/stylesheets/pages/note_form.scss
View file @
73e40d75
...
...
@@ -249,13 +249,12 @@
width
:
100%
;
padding-right
:
5px
;
}
}
.discussion-actions
{
display
:
table
;
.
new-issue-for-discussion
path
{
.
btn-default
path
{
fill
:
$gray-darkest
;
}
...
...
app/assets/stylesheets/pages/notes.scss
View file @
73e40d75
...
...
@@ -466,6 +466,10 @@ ul.notes {
float
:
right
;
margin-left
:
10px
;
color
:
$gray-darkest
;
.btn-group
>
.discussion-next-btn
{
margin-left
:
-1px
;
}
}
.note-actions
{
...
...
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