fix(explore): fixed table header in chrome (#12432)

This commit is contained in:
Junlin Chen 2021-01-12 09:17:00 -08:00 committed by GitHub
parent 1e527d54e7
commit fe01e2d88d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ export const Table = styled.table`
background-color: ${({ theme }) => theme.colors.grayscale.light5};
border-collapse: separate;
border-radius: ${({ theme }) => theme.borderRadius}px;
overflow: hidden;
thead > tr > th {
border: 0;