-
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
Small table cell tooltip changes #1967
Conversation
14e37fb
to
a14fc65
Compare
@@ -17,7 +17,7 @@ $font: var(--vscode-font-family); | |||
white-space: nowrap; | |||
& > :global(.tippy-arrow) { | |||
color: $background; | |||
z-index: 2; | |||
z-index: 1; |
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.
Fixes a small issue with the arrow appearing over text highlighting in content
@rogermparent is it still a draft? |
I wanted to write some real tests for the other tooltip data types, but I could do that as an immediate follow-up as well to get this fix in since it's at better tested and working than what we currently have. |
Code Climate has analyzed commit 0ad0819 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 33.3% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.6% (0.0% change). View more on Code Climate. |
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'm ok with adding the tests as a follow-up
Please do follow up. |
Fixes #1954
tooltip-data-types-demo.mp4
interactive
set on them, so users can do actions like copying text. Currently has a bug where clicking the tooltip in any way registers as a row click for selection.String
, confirmed booleans, arrays, and 0 work.note: seems like
null
, even when put into yaml, breaks table parsing.