Commit 920b98ba authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'ph/325276/fixCommitCommentDropdownStyling' into 'master'

Fixed styling of commit comment buttons

See merge request gitlab-org/gitlab!56982
parents 1d49a777 13f0c491
......@@ -9,7 +9,7 @@
%ul#resolvable-comment-menu.dropdown-menu.dropdown-open-top{ data: { dropdown: true } }
%li#comment.droplab-item-selected{ data: { value: '', 'submit-text' => _('Comment'), 'close-text' => _("Comment & close %{noteable_name}") % { noteable_name: noteable_name }, 'reopen-text' => _("Comment & reopen %{noteable_name}") % { noteable_name: noteable_name } } }
%button.btn.gl-button.btn-transparent
%button{ type: 'button' }
= sprite_icon('check', css_class: 'icon')
.description
%strong= _("Comment")
......@@ -19,7 +19,7 @@
%li.divider.droplab-item-ignore
%li#discussion{ data: { value: 'DiscussionNote', 'submit-text' => _('Start thread'), 'close-text' => _("Start thread & close %{noteable_name}") % { noteable_name: noteable_name }, 'reopen-text' => _("Start thread & reopen %{noteable_name}") % { noteable_name: noteable_name } } }
%button.btn.gl-button.btn-transparent
%button{ type: 'button' }
= sprite_icon('check', css_class: 'icon')
.description
%strong= _("Start thread")
......
---
title: Fixed styling of commit comment buttons
merge_request: 56982
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment