Skip to content

Commit

Permalink
closes #71
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Jan 11, 2018
1 parent 613de25 commit d7454d6
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions src/stylesheets/components/_pcp.legend.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.pcp-legend {

&__list {
&__list {
@include reset-ul();
}

&__item {
&__item {

@include reset-li();
margin-top: .5em;
Expand All @@ -14,11 +14,11 @@
margin-top: 0;
}

}
}

&__preview {
&__preview {
padding-right: $size-small;
}
}

&__thumb {
width: $size-medium;
Expand All @@ -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;
}

}

}

0 comments on commit d7454d6

Please sign in to comment.