adaptlearning/adapt-contrib-vanilla

Replace PLP hard coded border-radius with variable

Closed this issue ยท 1 comments

Subject of the enhancement

PLP indicator border-radius is hardcoded at 50px in the plugin LESS.

    border-radius: 50px;

The only border values editable in Vanilla currently are border colours via variables e.g. @progress-border.

PLP indicator as standard looks like this:
standard

Expected behaviour

border-radius to be available in Vanilla via variable such as @progress-border-radius. Default value should be set at 50px for consistency with the plugin value.

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

The release is available on GitHub release

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