Skip to content

Commit

Permalink
Remove font-size mixin from Table.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Nov 23, 2017
1 parent 0f0ec25 commit 955f079
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/table/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* specifying a column width, e.g. the checkbox column.
*/
.euiTable {
@include euiFontSizeS;

width: 100%;
border: none;
border-collapse: collapse;
Expand Down Expand Up @@ -38,8 +36,6 @@
}

.euiTableHeaderButton {
@include euiFontSizeS;

color: inherit;
width: 100%;

Expand Down

0 comments on commit 955f079

Please sign in to comment.