feat(explore): adhoc column formatting for Table chart (#13758)

This commit is contained in:
Jesse Yang
2021-04-01 23:28:42 -07:00
committed by GitHub
parent 4789074309
commit 65940770ac
8 changed files with 57870 additions and 289 deletions

View File

@@ -95,10 +95,10 @@ export const StyledButtonComponent = styled(Button)`
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-weight: ${({ theme }) => theme.typography.weights.normal};
&: disabled {
&:disabled {
background: none;
color: rgba(0, 0, 0, 0.85);
&: hover {
&:hover {
background: none;
color: rgba(0, 0, 0, 0.85);
}