mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens (#34732)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
31e2143c84
commit
1f482b42eb
@@ -62,7 +62,7 @@ export const Styles = styled.div`
|
||||
table.pvtTable thead th.pvtSubtotalLabel,
|
||||
table.pvtTable tbody tr:last-of-type th,
|
||||
table.pvtTable tbody tr:last-of-type td {
|
||||
border-bottom: 1px solid ${theme.colors.grayscale.light2};
|
||||
border-bottom: 1px solid ${theme.colorSplit};
|
||||
}
|
||||
|
||||
table.pvtTable
|
||||
@@ -77,7 +77,7 @@ export const Styles = styled.div`
|
||||
|
||||
table.pvtTable tbody tr td:last-of-type,
|
||||
table.pvtTable thead tr th:last-of-type:not(.pvtSubtotalLabel) {
|
||||
border-right: 1px solid ${theme.colors.grayscale.light2};
|
||||
border-right: 1px solid ${theme.colorSplit};
|
||||
}
|
||||
|
||||
table.pvtTable
|
||||
@@ -104,9 +104,9 @@ export const Styles = styled.div`
|
||||
table.pvtTable tbody tr td {
|
||||
color: ${theme.colorPrimaryText};
|
||||
padding: ${theme.sizeUnit}px;
|
||||
background-color: ${theme.colors.grayscale.light5};
|
||||
border-top: 1px solid ${theme.colors.grayscale.light2};
|
||||
border-left: 1px solid ${theme.colors.grayscale.light2};
|
||||
background-color: ${theme.colorBgBase};
|
||||
border-top: 1px solid ${theme.colorSplit};
|
||||
border-left: 1px solid ${theme.colorSplit};
|
||||
vertical-align: top;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user