diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-20 12:39:15 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-20 12:57:02 -0700 |
commit | 22d930ae807dd62651e7ec5fef59048997bc8c54 (patch) | |
tree | 57123f10537a82e1e77df68bf0c066c59729bb54 /app | |
parent | d3ee059d44aa0d31fc50f5f738b4d4c6408c9ede (diff) | |
download | gitlab-ce-22d930ae807dd62651e7ec5fef59048997bc8c54.tar.gz |
Make resolve discussion icon grayresolve-discussions-btn
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 052c005a2e8..46d31e41ada 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -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 |