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

add border to first tbody > tr > th #2346

Merged

Conversation

VictorHom
Copy link
Contributor

Fixes #2215

Changes proposed in this pull request:

Adding a border top as requested in #2215

Reviewers should focus on:

first time looking at the codebase, so I am not familiar if I am missing any pieces. All feedback welcomed.

@palantirtech
Copy link
Member

Thanks for your interest in palantir/blueprint, @VictorHom! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

tbody tr:first-child td {
box-shadow: inset 0 $table-border-width 0 0 $dark-table-border-color;
}
tbody tr:first-child{
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing a space between selector and {

@VictorHom VictorHom force-pushed the vh/border_top_first_row_header branch from 12fb734 to e5f9bd0 Compare March 31, 2018 18:54
Copy link
Contributor

@giladgray giladgray left a comment

Choose a reason for hiding this comment

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

looks great! 🌴

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants