提交 70c347f0 编写于 作者: P Phil Hughes

Merge branch 'winh-label-action-dropdown' into 'master'

Make label actions dropdown style consistent

See merge request !13478
......@@ -804,6 +804,15 @@
#{$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%;
}
}
}
}
@include new-style-dropdown('.js-namespace-select + ');
......@@ -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;
......
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册