From 5e8eb41f229cf3b3740dc8376e6ac36d925a1d44 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 26 Jun 2017 11:56:11 -0500 Subject: Fix bug where todo section was still being displayed despite not signed in --- app/assets/stylesheets/pages/issuable.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss index 84acc1bd854..e3ebcc8af6c 100644 --- a/app/assets/stylesheets/pages/issuable.scss +++ b/app/assets/stylesheets/pages/issuable.scss @@ -228,7 +228,7 @@ padding-top: 10px; } - &:not(.issue-board-sidebar[data-signed-in]) { + &:not(.issue-boards-sidebar):not([data-signed-in]) { .issuable-sidebar-header { display: none; } -- cgit v1.2.1