Skip to content
Snippets Groups Projects
Commit fde951b8 authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Make label actions dropdown style consistent

parent 6f0f65be
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -791,4 +791,13 @@
#{$selector}.dropdown-menu-align-right {
margin-top: 2px;
}
.open {
#{$selector}.dropdown-menu,
#{$selector}.dropdown-menu-nav {
@media (max-width: $screen-xs-max) {
max-width: 100%;
}
}
}
}
Loading
Loading
@@ -116,6 +116,8 @@
}
 
.manage-labels-list {
@include new-style-dropdown;
> li:not(.empty-message):not(.is-not-draggable) {
background-color: $white-light;
cursor: move;
Loading
Loading
Loading
Loading
@@ -14,10 +14,10 @@
%ul
%li
= link_to_label(label, subject: subject, type: :merge_request) do
view merge requests
View merge requests
%li
= link_to_label(label, subject: subject) do
view open issues
View open issues
- if current_user
%li.label-subscription
- if can_subscribe_to_label_in_different_levels?(label)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment