Skip to content

Commit

Permalink
Update side-panel-tasks.less
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Oct 1, 2022
1 parent e7d2391 commit 8004e77
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions war/src/main/less/modules/side-panel-tasks.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,6 @@
margin-top: 0.4rem;
}

#tasks hr {
position: relative;
width: 100%;
border: none;
height: 2px;

&::before {
content: "";
position: absolute;
inset: 0 0 0 -0.8rem;
background: currentColor;
border-radius: 2px;
opacity: 0.1;
}
}

#tasks .task {
margin: 0 0 0 -0.8rem;
}
Expand Down

0 comments on commit 8004e77

Please sign in to comment.