mirror of
https://github.com/apache/superset.git
synced 2026-04-26 11:34:27 +00:00
feat(explore): adhoc column formatting for Table chart (#13758)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user