diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-30 10:19:58 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-04 10:48:49 +0100 |
commit | af3284d98b68dedbdab3821fa99ee53437ee3d32 (patch) | |
tree | b25b2c624ff743c52a56aa8d6ca2933aa0009a8f /app/views/projects/notes | |
parent | 38e32780a85463e862e5847a436be6819e28c81c (diff) | |
download | gitlab-ce-af3284d98b68dedbdab3821fa99ee53437ee3d32.tar.gz |
Focus style for comment form
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r-- | app/views/projects/notes/_hints.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_hints.html.haml b/app/views/projects/notes/_hints.html.haml index 7f83656146e..19783c8a81c 100644 --- a/app/views/projects/notes/_hints.html.haml +++ b/app/views/projects/notes/_hints.html.haml @@ -6,7 +6,7 @@ Styling with = link_to 'Markdown', help_page_path('markdown', 'markdown'), target: '_blank', tabindex: -1 is supported - %button.toolbar-button.markdown-selector.pull-right{ type: 'button', tabindex: '-1' } + %button.toolbar-button.markdown-selector{ type: 'button', tabindex: '-1' } = icon('file-image-o', class: 'toolbar-button-icon') Attach a file |