mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Polish UI/UX of onboarding popups
Summary: Replace Finish button with Previous and an X to close Add keyboard shortcuts to tour popups Change last Next button to Finish instead of disabling, can be triggered by Enter key. Allow closing the tour and reopening in the same place. Test Plan: only manual, need to confirm desired behaviour Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2950
This commit is contained in:
@@ -158,7 +158,7 @@ export const cssLinkIcon = styled(icon, `
|
||||
margin-top: -2px;
|
||||
`);
|
||||
|
||||
const cssCloseButton = styled('div', `
|
||||
export const cssCloseButton = styled('div', `
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
@@ -172,6 +172,6 @@ const cssCloseButton = styled('div', `
|
||||
}
|
||||
`);
|
||||
|
||||
const cssBigIcon = styled(icon, `
|
||||
export const cssBigIcon = styled(icon, `
|
||||
padding: 12px;
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user