adaptlearning/adapt-contrib-vanilla

Update visited color?

Closed this issue ยท 1 comments

Subject of the enhancement

We current use grey for component visited states. Seeing as grey is widely recognised, and used in Adapt for disabled states. Should we be using an alternative colour to differentiate visited from disabled states?

current_visited_state

Expected behaviour

@visited is only used by presentation components (Accordion, Narrative, Hotgraphic). Therefore I think using @item-color (or a percentage of) as per other component states would be more appropriate. For example:

@visited: darken(@item-color, 15%);
@visited-inverted: @item-color-inverted;
suggested_visited_state

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

The release is available on GitHub release

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