Skip to content

Commit

Permalink
fix(table): Buttons in table headings look like headings
Browse files Browse the repository at this point in the history
  • Loading branch information
dsjen committed Jan 5, 2018
1 parent fb9a75b commit d1b4716
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 d1b4716

Please sign in to comment.