Skip to content

Commit

Permalink
feat: Make important items more pronounced
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonee committed Oct 7, 2024
1 parent c0d906c commit 4e3627a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tasks/assets/styles/tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,23 @@
content: "";
}

.tree-node.important {
.tree-anchor {
color: #c75000;
font-weight: 500;
}
}

.tree-node.checked {
background-color: #8edc8078;
.tree-anchor {
color: #00000060;
font-weight: 400;
}
}



.tree-checkbox.checked,
.tree-checkbox.indeterminate {
background-color: #3eb536;
Expand Down

0 comments on commit 4e3627a

Please sign in to comment.