summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-24 08:23:11 +0000
committerPhil Hughes <me@iamphill.com>2017-10-24 08:23:11 +0000
commita811704c115118fff76046c9307224d41901185a (patch)
tree397065930a0e28f2b94e5fc004f21022f9a91376 /app
parent6e1d8ab92922a5e8b10856171282328b701b8c4f (diff)
parentd04a2aefb10cdd909b071a9499fad4f013d2e5b8 (diff)
downloadgitlab-ce-a811704c115118fff76046c9307224d41901185a.tar.gz
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
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss3
-rw-r--r--app/assets/stylesheets/pages/notes.scss4
2 files changed, 5 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 04b132415eb..f0cad30f4f3 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -249,13 +249,12 @@
width: 100%;
padding-right: 5px;
}
-
}
.discussion-actions {
display: table;
- .new-issue-for-discussion path {
+ .btn-default path {
fill: $gray-darkest;
}
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index ebad429c2ba..3bd0e3ad535 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -466,6 +466,10 @@ ul.notes {
float: right;
margin-left: 10px;
color: $gray-darkest;
+
+ .btn-group > .discussion-next-btn {
+ margin-left: -1px;
+ }
}
.note-actions {