From 7c1145e8a5e768f5729c6049e575495178d5db95 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 26 Jul 2022 08:01:22 -0600 Subject: [PATCH] New: Added hotgraphic visited icon (#336) --- less/plugins/adapt-contrib-hotgraphic/hotgraphic.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less b/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less index ae0cda90..8f40725c 100644 --- a/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less +++ b/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less @@ -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%; + } }