fix(my-joy-beta): remove table header bottom border
This commit is contained in:
parent
c7043f0b3a
commit
4a8fa480c4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user