Skip to content
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

Text box on slide from slideshow has background even when set transparent due to gradient #1642

Closed
ludoboludo opened this issue Apr 27, 2022 · 0 comments · Fixed by #1643
Closed
Labels
Category: Bug Something isn't working

Comments

@ludoboludo
Copy link
Contributor

Describe the current behavior

When setting the slide's text box to be transparent, there is actually a background due to the gradient.

Describe the expected behavior

Background should be transparent

Version information (Dawn, browsers and operating systems)

  • Dawn Version: 5.0.0

Possible solution

We would most likely need to set a background: transparent; on top of the already existing background-color: transparent;.
Since gradients are applied through the background property, we would need to set it to transparent for it to work.

Additional context/screenshots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant