Skip to content
Snippets Groups Projects

Resolve "Customize branch name when using create branch in an issue"

Compare and
3 files
+ 24
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -213,12 +213,15 @@ ul.related-merge-requests > li {
li:not(.divider) {
padding: 6px;
cursor: pointer;
&:hover,
&:focus {
background-color: $dropdown-hover-color;
color: $white-light;
&:not(.input-items) {
cursor: pointer;
&:hover,
&:focus {
background-color: $dropdown-hover-color;
color: $white-light;
}
}
&.droplab-item-selected {
Loading