generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: polish module tree scroll and resize actions (#2627)
Fixes #2610 Issues fixed: * The `export` icons: * Used to compress to a smaller size when you resized the tree panel smaller than the width of the decl's row. Now, the size is fixed. * Added on-hover text so users can find out what it means more easily. * Panel resizing handle: * Got rid of its background color so it's invisible until used * Set the width back to its original 3px, which is easier to use and not a problem now that it's invisible. I originally adjusted it down to 2px to be less visually intrusive. * Fixed the on-hover color in dark mode so it's always easy to latch onto it now. * Highlight color of each decl row would only extend as far as the right-side border minus padding+margin. However, text would overflow beyond that container limit. This PR makes the decl items full-width and removes the rounded corners, so you can't see that the text is overflowing. * Removed several layers of elements in the tree wrapping that just weren't necessary
- Loading branch information
Showing
2 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters