-
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
Group table styles #3667
Group table styles #3667
Conversation
@@ -683,10 +744,6 @@ td { | |||
font-size: 0.65rem; | |||
} | |||
|
|||
.staticColumn { |
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.
Class isn't being used anywhere.
left: auto; | ||
background-color: transparent; | ||
} | ||
.bodyRow { |
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.
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.
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. |
1/4
main
<= this <= #3674 <= #3681 <= #3707Note: I'm not planning to merge this until all WIP prs are done and approved!
Part of #3597