Skip to content

Commit

Permalink
Tree Wrappers at 20% opacity by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed Sep 13, 2024
1 parent 247d460 commit 22c3d75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions ide/packages/panoptes/src/TreeView/Wrappers.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@
}

.WrapperBox {
display: none;
/* display: none; */
display: inline;
opacity: 0.20;
padding-left: 0.5em;
}

.WrapperBox.is-hovered {
display: inline;
/* display: inline; */
opacity: 100;
}

.WrapperBox i.codicon {
Expand Down

0 comments on commit 22c3d75

Please sign in to comment.