Skip to content

Commit

Permalink
Merge pull request #116 from edx/dsjen/table-button-heading
Browse files Browse the repository at this point in the history
fix(table): Buttons in table headings look like headings
  • Loading branch information
dsjen committed Jan 5, 2018
2 parents fb9a75b + d1b4716 commit cfe8858
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Table/Table.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
@import "~bootstrap/scss/_tables";
@import "~bootstrap/scss/utilities/_screenreaders.scss";
@import "~bootstrap/scss/utilities/_spacing.scss";

th .btn {
@extend .p-0;
font-weight: $font-weight-bold;
}

0 comments on commit cfe8858

Please sign in to comment.