Commit cf2aabc8 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'winh-issue-create-new-dropdown' into 'master'

Make create merge request / branch dropdown on issue page style consistent

See merge request !13457
parents ceaed535 5a9d5a02
......@@ -186,6 +186,8 @@ ul.related-merge-requests > li {
}
.create-mr-dropdown-wrap {
@include new-style-dropdown;
.btn-group:not(.hide) {
display: flex;
}
......@@ -212,15 +214,6 @@ ul.related-merge-requests > li {
}
li:not(.divider) {
padding: 6px;
cursor: pointer;
&:hover,
&:focus {
background-color: $dropdown-hover-color;
color: $white-light;
}
&.droplab-item-selected {
.icon-container {
i {
......
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