mirror of
https://github.com/apache/superset.git
synced 2026-06-02 22:29:26 +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
@@ -36,12 +36,12 @@ export const StyledLayerTreeItem = styled(LayerTreeItem)`
|
||||
|
||||
border: none;
|
||||
border-radius: ${theme.borderRadius}px;
|
||||
background-color: ${theme.colors.grayscale.light3};
|
||||
background-color: ${theme.colorFill};
|
||||
font-size: ${theme.fontSizeSM}px;
|
||||
font-weight: ${theme.fontWeightNormal};
|
||||
|
||||
&:hover {
|
||||
background-color: ${theme.colors.grayscale.light3};
|
||||
background-color: ${theme.colorFill};
|
||||
}
|
||||
|
||||
& .layer-tree-item-close {
|
||||
@@ -70,12 +70,12 @@ export const StyledLayerTreeItem = styled(LayerTreeItem)`
|
||||
& > button {
|
||||
border: none;
|
||||
background-color: unset;
|
||||
color: ${theme.colors.grayscale.light1};
|
||||
color: ${theme.colorTextSecondary};
|
||||
}
|
||||
|
||||
& > button:hover {
|
||||
background-color: unset;
|
||||
color: ${theme.colors.grayscale.light1};
|
||||
color: ${theme.colorTextSecondary};
|
||||
}
|
||||
`}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user