mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Fix a few more CSS values
This commit is contained in:
@@ -226,7 +226,7 @@ const cssRemoveButton = styled(cssIcon, `
|
||||
cursor: pointer;
|
||||
--icon-color: ${theme.controlSecondaryFg};
|
||||
&:hover {
|
||||
--icon-color: ${theme.controlPrimaryFg};
|
||||
--icon-color: ${theme.controlFg};
|
||||
}
|
||||
`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user