fix(my-joy-beta): remove table header bottom border

This commit is contained in:
Sérgio Ramos 2018-02-22 02:08:03 +00:00
parent c7043f0b3a
commit 4a8fa480c4
1 changed files with 4 additions and 0 deletions

View File

@ -171,6 +171,10 @@ const BaseTh = styled.th`
color: ${props => props.theme.greyLight};
font-weight: 500;
${is('header')`
border-bottom-width: 0;
`};
${isOr('selected', 'showSort')`
color: ${props => props.theme.text};
font-weight: bold;