mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Fix control-border CSS regression (#388)
This commit is contained in:
@@ -33,9 +33,8 @@ export const cssButton = styled('button', `
|
||||
color: ${theme.controlFg};
|
||||
--icon-color: ${theme.controlFg};
|
||||
|
||||
border: ${vars.controlBorder};
|
||||
border: ${theme.controlBorder};
|
||||
border-radius: ${vars.controlBorderRadius};
|
||||
border-color: ${theme.controlBorder};
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user