Commit 5a9d5a02 authored by winh's avatar winh

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

parent 499b6406
...@@ -748,7 +748,8 @@ ...@@ -748,7 +748,8 @@
} }
a, a,
button { button,
.menu-item {
border-radius: 0; border-radius: 0;
padding: 8px 16px; padding: 8px 16px;
......
...@@ -186,6 +186,8 @@ ul.related-merge-requests > li { ...@@ -186,6 +186,8 @@ ul.related-merge-requests > li {
} }
.create-mr-dropdown-wrap { .create-mr-dropdown-wrap {
@include new-style-dropdown;
.btn-group:not(.hide) { .btn-group:not(.hide) {
display: flex; display: flex;
} }
...@@ -212,15 +214,6 @@ ul.related-merge-requests > li { ...@@ -212,15 +214,6 @@ ul.related-merge-requests > li {
} }
li:not(.divider) { li:not(.divider) {
padding: 6px;
cursor: pointer;
&:hover,
&:focus {
background-color: $dropdown-hover-color;
color: $white-light;
}
&.droplab-item-selected { &.droplab-item-selected {
.icon-container { .icon-container {
i { 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