Skip to content

Conversation

@pixel21
Copy link
Collaborator

@pixel21 pixel21 commented Sep 29, 2025

  • The fade should inherit background color of the block now

- The fade should inherit background color of the block now
@coderabbitai
Copy link

coderabbitai bot commented Sep 29, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (3)
  • trunk
  • develop
  • master

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🧪 Early access (Sonnet 4.5): enabled

We are currently testing the Sonnet 4.5 model, which is expected to improve code review quality. However, this model may lead to increased noise levels in the review comments. Please disable the early access features if the noise level causes any inconvenience.

Note:

  • Public repositories are always opted into early access features.
  • You can enable or disable early access features from the CodeRabbit UI or by updating the CodeRabbit configuration file.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@nickpagz nickpagz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works well and I think we can merge this as-is unless my nitpick comment is an easy fix. If not we can add that as a separate issue to track, or decide not to fix it.

}

&::before {
background: inherit;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: I wonder if there's a way to fade this differently so we can pickup parent block backgrounds? I'm not sure it is, but might be worth exploring. More specifically, if I don't set a background color for the block, but the parent block (like a group block) or the page has a background color set, the fade is still from white to transparent (see screenshot).

The work-around here is to set the marquee block bg to match the page/parent bg.

CleanShot 2025-10-10 at 10 59 29@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants