Skip to content

Commit

Permalink
feat: don't hide collapse/expand button as it is an important indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 23, 2018
1 parent fbff86f commit 6696c0b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions app-src/scripts/task-list/_task-list-d.scss
Expand Up @@ -37,10 +37,15 @@ task-list {
}

&.is-hide-controls {
.handle,
.controls,
.md-icon-button {
display: none;
.task {
.handle,
.controls,
.md-icon-button {
display: none;
}
.collapse-sub-tasks-btn{
display: block;
}
}
}
}
Expand All @@ -49,7 +54,6 @@ $this-task-text-color: #333333;
$this-task-text-color-dark: #dddddd;
$this-task-text-color-done: #aaaaaa;


.task {
$this-inner-padding-left-right: 12px;
padding: 2px $this-inner-padding-left-right 0;
Expand Down

0 comments on commit 6696c0b

Please sign in to comment.