Commit e9358f5a40d8329dc0d684720852dc63ff9c2ebb
1 parent
23d16447
Hide close mr button
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/sections/merge_requests.scss
... | ... | @@ -91,7 +91,9 @@ |
91 | 91 | } |
92 | 92 | |
93 | 93 | // hide mr close link for inline diff comment form |
94 | -.diff-file .close-mr-link, | |
95 | -.diff-file .reopen-mr-link { | |
96 | - display: none; | |
94 | +.merge-request { | |
95 | + .file .close-mr-link, | |
96 | + .file .reopen-mr-link { | |
97 | + display: none; | |
98 | + } | |
97 | 99 | } | ... | ... |