diff options
| author | Clement Ho <ClemMakesApps@gmail.com> | 2017-06-26 11:56:11 -0500 |
|---|---|---|
| committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-06-26 11:56:11 -0500 |
| commit | 5e8eb41f229cf3b3740dc8376e6ac36d925a1d44 (patch) | |
| tree | 76b45df4a77b33018c617701a933dc77a4a7c315 | |
| parent | 1bd3491a47878fa471ece2f60f6bec82de2e9ff4 (diff) | |
| download | gitlab-ce-polish-sidebar-toggle.tar.gz | |
Fix bug where todo section was still being displayed despite not signed inpolish-sidebar-toggle
| -rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
