Skip to content

Commit

Permalink
feat(board): simplify tasks style
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 30, 2022
1 parent 86d4ac6 commit ac817ab
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions packages/board/src/Card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,22 +137,15 @@
cursor: pointer;
&:hover {
svg {
color: $gray-600;
}
}
svg {
color: #CCC;
transition: color .3s;
color: $gray-600;
}
.bar {
border-radius: 3px;
height: 5px;
width: 80px;
background: #EEE;
background: $gray-200;
margin: auto 6px;
.indicator {
Expand Down

0 comments on commit ac817ab

Please sign in to comment.