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

Shadow transparency - Add new variable #424

Closed
swashbuck opened this issue May 8, 2023 · 1 comment · Fixed by #425
Closed

Shadow transparency - Add new variable #424

swashbuck opened this issue May 8, 2023 · 1 comment · Fixed by #425

Comments

@swashbuck
Copy link
Contributor

Currently, the shadow transparency is hard-coded in the theme. It would be useful to have a new variable (ex. @shadow-opacity) to control this.

less/core/loading.less

.loading {
  background-color: fade(@shadow, 50%);

less/core/shadow.less

.shadow {
  background-color: fade(@shadow, 50%);
}
@github-actions
Copy link

🎉 This issue has been resolved in version 9.6.11 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant