mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
Add tnum property to tables (#20093)
This commit is contained in:
@@ -36,6 +36,10 @@ export const Styles = styled.div`
|
||||
top: 0;
|
||||
}
|
||||
|
||||
table tbody tr {
|
||||
font-feature-settings: 'tnum' 1;
|
||||
}
|
||||
|
||||
table.pvtTable thead tr th,
|
||||
table.pvtTable tbody tr th {
|
||||
background-color: ${theme.colors.grayscale.light5};
|
||||
|
||||
Reference in New Issue
Block a user