Skip to content

Commit

Permalink
style(next): explore showing tree actions on hover only
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Dec 11, 2024
1 parent 92b639d commit 6f2b91f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/public/stylesheets/theme-next/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,12 @@ div.quick-search .search-button.show {
#left-pane .tree-actions {
right: 3px;
bottom: 6px;
transform: translateY(200%) !important;
transition: transform 250ms ease-in-out;
}

#left-pane:hover .tree-actions {
transform: translateY(0) !important;
}

button.tree-floating-button {
Expand Down

0 comments on commit 6f2b91f

Please sign in to comment.