Skip to content

Commit

Permalink
New: Added hotgraphic visited icon (adaptlearning#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck authored Jul 26, 2022
1 parent 0e0a747 commit 7c1145e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions less/plugins/adapt-contrib-hotgraphic/hotgraphic.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,12 @@
line-height: @body-size;
text-align: center;
}

// Hotgraphic as tiles
// --------------------------------------------------
&__tile.is-visited .icon {
background-color: @visited;
color: @visited-inverted;
border-radius: 50%;
}
}

0 comments on commit 7c1145e

Please sign in to comment.