-
Notifications
You must be signed in to change notification settings - Fork 892
Lighten shadows #7682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lighten shadows #7682
Conversation
* shadow when focus within * stale border color to needs-run cells (instead of no border) * solid shadow to AddCellButton at bottom of cell array for consistency
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Light2Dark
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would also add this to show an 'errored shadow colour instead
&.has-error:focus-within {
@apply shadow-md-solid shadow-error/10;
}
| /* biome-ignore format: definition needs to be oneline or breaks variants */ | ||
| --shadow-sm-solid-shade: 2px 2px 0px 0px var(--base-shadow), 0px 0px 2px 0px hsl(0deg 0% 50% / 20%); | ||
| /* biome-ignore format: definition needs to be oneline or breaks variants */ | ||
| --shadow-md-solid-shade: 4px 4px 0px 0px var(--base-shadow), 0 0px 2px 0px hsl(0deg 0% 60% / 50%); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be nice to reduce the variant of shadows but if thats not possible, thats ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could probably get rid of some of the other ones but I didn't do a pass. This is what we use for the Cell shadows
|
🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.18.5-dev147 |
This PR lightens shadows throughout the notebook to reduce distraction:
Additionally: