提交 d3de86c6 编写于 作者: M Mike Greiling

add separator before milestone reference in collapsed view

上级 38c13673
......@@ -66,6 +66,12 @@
.milestone-stat:last-child {
margin-right: 0;
}
.right-sidebar-collapsed & {
.reference {
border-top: 1px solid $border-gray-normal;
}
}
}
.milestone-summary {
......
......@@ -96,7 +96,7 @@
- milestone_ref = milestone.try(:to_reference, full: true)
- if milestone_ref.present?
.block
.block.reference
.sidebar-collapsed-icon.dont-change-state
= clipboard_button(clipboard_text: milestone_ref, title: "Copy reference to clipboard", placement: "left")
.cross-project-reference.hide-collapsed
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册