diff options
| author | Rachel Pipkin <rachelpipkin@gmail.com> | 2017-10-16 17:53:12 +0000 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-10-16 17:53:12 +0000 |
| commit | bfda3acd715d34a8ddf4d5ceced65fe5320dcf35 (patch) | |
| tree | f73fed79eda5549f9c0ccc5ac826fb0247d44c20 /app/views | |
| parent | 7685314fd22f27b45e2e8522f922f5b52538063d (diff) | |
| download | gitlab-ce-bfda3acd715d34a8ddf4d5ceced65fe5320dcf35.tar.gz | |
Remove extra border radius when editing a file
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/projects/blob/_editor.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/_editor.html.haml b/app/views/projects/blob/_editor.html.haml index 4b344b2edb9..7777f55ddd7 100644 --- a/app/views/projects/blob/_editor.html.haml +++ b/app/views/projects/blob/_editor.html.haml @@ -1,6 +1,6 @@ - action = current_action?(:edit) || current_action?(:update) ? 'edit' : 'create' -.file-holder.file.append-bottom-default +.file-holder-bottom-radius.file-holder.file.append-bottom-default .js-file-title.file-title.clearfix{ data: { current_action: action } } .editor-ref = icon('code-fork') |
