-
Notifications
You must be signed in to change notification settings - Fork 28
Update table styles #2133
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
Update table styles #2133
Conversation
* add cell hover style * add a bottom line every row * remove even row bg style * keep header bg same as body bg * use the same line style for header item separators * keep row arrow same color as left icons * update workspace row, making it sticky and using default row styles
|
@julieg18 please, put a small demo / video in the description. |
Accidental! Should be fixed now! |
julieg18
left a comment
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.
Made some comments based on the discussion in our demo meeting!
|
Had a call with Maxim and went over some desired changes to the design. Going to convert this into a draft for now! |
|
With column styles taken off and styles updated (based off the latest Figma), this pr is ready for another review! |
True! Updated the background color to a variable that is viewable on all themes! Though It does end up being the same (or similar) color as the table on the light themes: |
| $watermark-color: var(--vscode-descriptionForeground); | ||
|
|
||
| $border-color: var(--vscode-dropdown-border); | ||
| $border-color: var(--checkbox-border); |
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.
[Q] Any ideas why some of these aren't prefixed with vscode?
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.
Just realized this actually 😄, I'll update this variable with the vscode prefixed version in the follow-up.
| .runningExperiment.oddRow > .experimentCell & { | ||
| border-left: 1.5px solid $row-bg-alt-color; | ||
| border-bottom: 1.5px solid $row-bg-alt-color; | ||
| } |
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.
mattseddon
left a comment
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.
Happy to merge this now, would be good to get the follow-up items addressed before we ship this.
|
Code Climate has analyzed commit d0fd736 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 93.7% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.7% (0.0% change). View more on Code Climate. |







Screen.Recording.2022-08-15.at.9.54.16.AM.mov
Part of #2070, Fixes #2032