Shadow transparency - Add new variable
Closed this issue ยท 1 comments
swashbuck commented
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 commented
๐ This issue has been resolved in version 9.6.11 ๐
The release is available on GitHub release
Your semantic-release bot ๐ฆ๐