mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat(table): Table with Time Comparison (#28057)
Co-authored-by: Lily Kuang <lily@preset.io> Co-authored-by: lilykuang <jialikuang@gmail.com> Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
This commit is contained in:
@@ -111,5 +111,12 @@ export default styled.div`
|
||||
text-align: center;
|
||||
padding: 1em 0.6em;
|
||||
}
|
||||
|
||||
.right-border-only {
|
||||
border-right: 2px solid ${theme.colors.grayscale.light2};
|
||||
}
|
||||
table .right-border-only:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
`}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user