Skip to content
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

Group table styles #3667

Merged
merged 9 commits into from
Apr 19, 2023
Merged

Group table styles #3667

merged 9 commits into from
Apr 19, 2023

Conversation

julieg18
Copy link
Contributor

@julieg18 julieg18 commented Apr 11, 2023

1/4 main <= this <= #3674 <= #3681 <= #3707

  • moves selector rules that affect the entire webview or table into one place at the top of the concrete selectors.

Note: I'm not planning to merge this until all WIP prs are done and approved!

Part of #3597

@julieg18 julieg18 self-assigned this Apr 11, 2023
@julieg18 julieg18 added this to In progress in VS Code Apr 10 via automation Apr 11, 2023
@@ -683,10 +744,6 @@ td {
font-size: 0.65rem;
}

.staticColumn {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Class isn't being used anywhere.

left: auto;
background-color: transparent;
}
.bodyRow {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tr {} held styles that only affect body rows (doesn't affect the head rows at all). I moved them outside of it and into the bodyRow selector. The body row styles can be cleaned up further but I'll save that for another chain pr that focused on cleaning up body styles.

@julieg18 julieg18 marked this pull request as ready for review April 12, 2023 16:56
@codeclimate
Copy link

codeclimate bot commented Apr 19, 2023

Code Climate has analyzed commit 63f0b22 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 94.8% (0.0% change).

View more on Code Climate.

@julieg18 julieg18 enabled auto-merge (squash) April 19, 2023 15:46
@julieg18 julieg18 changed the title Group general table styles Group table styles Apr 19, 2023
@julieg18 julieg18 merged commit 73be518 into main Apr 19, 2023
3 checks passed
@julieg18 julieg18 deleted the group-general-table-styles branch April 19, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
VS Code Apr 10
In progress
Development

Successfully merging this pull request may close these issues.

None yet

3 participants