mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Fix a few more CSS values
This commit is contained in:
parent
965cf7e076
commit
4ee47e9c1d
@ -499,7 +499,7 @@ export const theme = {
|
|||||||
menuShadow: new CustomProp('theme-menu-shadow', undefined, 'rgba(38, 38, 51, 0.6)'),
|
menuShadow: new CustomProp('theme-menu-shadow', undefined, 'rgba(38, 38, 51, 0.6)'),
|
||||||
|
|
||||||
/* Menu Items */
|
/* Menu Items */
|
||||||
menuItemFg: new CustomProp('theme-menu-item-fg', undefined, 'unset'),
|
menuItemFg: new CustomProp('theme-menu-item-fg', undefined, 'black'),
|
||||||
menuItemSelectedFg: new CustomProp('theme-menu-item-selected-fg', undefined, colors.light),
|
menuItemSelectedFg: new CustomProp('theme-menu-item-selected-fg', undefined, colors.light),
|
||||||
menuItemSelectedBg: new CustomProp('theme-menu-item-selected-bg', undefined, vars.primaryBg),
|
menuItemSelectedBg: new CustomProp('theme-menu-item-selected-bg', undefined, vars.primaryBg),
|
||||||
menuItemDisabledFg: new CustomProp('theme-menu-item-disabled-fg', undefined, '#D9D9D9'),
|
menuItemDisabledFg: new CustomProp('theme-menu-item-disabled-fg', undefined, '#D9D9D9'),
|
||||||
|
@ -226,7 +226,7 @@ const cssRemoveButton = styled(cssIcon, `
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
--icon-color: ${theme.controlSecondaryFg};
|
--icon-color: ${theme.controlSecondaryFg};
|
||||||
&:hover {
|
&:hover {
|
||||||
--icon-color: ${theme.controlPrimaryFg};
|
--icon-color: ${theme.controlFg};
|
||||||
}
|
}
|
||||||
`);
|
`);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user