adaptlearning/adapt-contrib-vanilla

Shadow transparency - Add new variable

Closed this issue ยท 1 comments

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%);
}

๐ŸŽ‰ This issue has been resolved in version 9.6.11 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€