Skip to content
Snippets Groups Projects
Commit ab226ba1 authored by Clement Ho's avatar Clement Ho
Browse files

Fix milestone sidebar collapse button

parent ba89ee1f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -260,7 +260,7 @@
padding-top: 10px;
}
 
&:not(.issue-boards-sidebar):not([data-signed-in]) {
&:not(.issue-boards-sidebar):not([data-signed-in]):not([data-always-show-toggle]) {
.issuable-sidebar-header {
display: none;
}
Loading
Loading
- affix_offset = local_assigns.fetch(:affix_offset, "50")
- project = local_assigns[:project]
 
%aside.right-sidebar.js-right-sidebar{ data: { "offset-top" => affix_offset, "spy" => "affix" }, class: sidebar_gutter_collapsed_class, 'aria-live' => 'polite' }
%aside.right-sidebar.js-right-sidebar{ data: { "offset-top" => affix_offset, "spy" => "affix", "always-show-toggle" => true }, class: sidebar_gutter_collapsed_class, 'aria-live' => 'polite' }
.issuable-sidebar.milestone-sidebar
.block.milestone-progress.issuable-sidebar-header
%a.gutter-toggle.pull-right.js-sidebar-toggle{ role: "button", href: "#", "aria-label" => "Toggle sidebar" }
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