Add link to list items
This commit is contained in:
parent
b70d828f83
commit
0533951563
2 changed files with 28 additions and 15 deletions
|
@ -333,10 +333,21 @@
|
|||
}
|
||||
|
||||
li {
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
padding-top: 6px;
|
||||
|
||||
& > a {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: inherit;
|
||||
border-radius: 0;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: $dropdown-hover-color;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
%ul#resolvable-comment-menu.dropdown-menu{ data: { dropdown: true } }
|
||||
%li#comment.droplab-item-selected{ data: { value: '', 'submit-text' => 'Comment', 'close-text' => "Comment & close #{noteable_name}", 'reopen-text' => "Comment & reopen #{noteable_name}" } }
|
||||
%a{ href: '#' }
|
||||
= icon('check')
|
||||
.description
|
||||
%strong Comment
|
||||
|
@ -18,6 +19,7 @@
|
|||
%li.divider
|
||||
|
||||
%li#discussion{ data: { value: 'DiscussionNote', 'submit-text' => 'Start discussion', 'close-text' => "Start discussion & close #{noteable_name}", 'reopen-text' => "Start discussion & reopen #{noteable_name}" } }
|
||||
%a{ href: '#' }
|
||||
= icon('check')
|
||||
.description
|
||||
%strong Start discussion
|
||||
|
|
Loading…
Reference in a new issue