You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The highlighted item background doesn't fill all the way to the right when an exported badge is present. See below
We should probably truncate or find a way to make this layout look a bit more polished.
The text was updated successfully, but these errors were encountered: