From d7454d6b2cb4a7da129ff1f7fb991a6bbc199da6 Mon Sep 17 00:00:00 2001 From: Francis Rupert Date: Thu, 11 Jan 2018 14:04:18 -0600 Subject: [PATCH] closes #71 --- src/stylesheets/components/_pcp.legend.scss | 23 +++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/stylesheets/components/_pcp.legend.scss b/src/stylesheets/components/_pcp.legend.scss index 35e050e..026d886 100644 --- a/src/stylesheets/components/_pcp.legend.scss +++ b/src/stylesheets/components/_pcp.legend.scss @@ -1,10 +1,10 @@ .pcp-legend { - &__list { + &__list { @include reset-ul(); } - &__item { + &__item { @include reset-li(); margin-top: .5em; @@ -14,11 +14,11 @@ margin-top: 0; } - } + } - &__preview { + &__preview { padding-right: $size-small; - } + } &__thumb { width: $size-medium; @@ -27,6 +27,17 @@ border: 1px solid rgba(0, 0, 0, .4); } - &__label {} + &__label { + + &--help { + cursor: help; + border-bottom: 2px dotted transparent; + } + + &--help:hover { + border-bottom-color: $color-fsa-aqua; + } + + } }