-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Match tooltip styles to VS Code #2353
Conversation
d29e216
to
e33f819
Compare
@julieg18 looks like the truncation tooltip for experiment names isn't working anymore. |
I'm not sure what you mean 🤔 I've never seen a tooltip appear for experiment names (that I can remember 😅): What is the behavior supposed to be for experiment names? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
.tooltipContent { | ||
border: 1px solid $tooltip-border; | ||
white-space: pre-wrap; | ||
padding: 5px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the padding here.
Code Climate has analyzed commit 74e3b43 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.9% (0.0% change). View more on Code Climate. |
I remember that are some point the branch name (maybe) would show a tooltip when it was truncated... might have dreamed it. |
Closes #2254 by matching tooltip styling to VS Code's native trees.
Demo
Screen.Recording.2022-09-08.at.1.31.25.pm.mov