diff --git a/ds_judgements_public_ui/sass/includes/_judgment_document_paragraph_anchors.scss b/ds_judgements_public_ui/sass/includes/_judgment_document_paragraph_anchors.scss index f4c3a8751..8114243e8 100644 --- a/ds_judgements_public_ui/sass/includes/_judgment_document_paragraph_anchors.scss +++ b/ds_judgements_public_ui/sass/includes/_judgment_document_paragraph_anchors.scss @@ -8,7 +8,7 @@ &:hover { .judgment-body__copy-link, - .judgment-body__copy-tooltip { + .judgment-body__copy-link-tooltip { opacity: 1; } } @@ -38,10 +38,13 @@ &__copy-link-tooltip { right: 30px; + color: $color-link-blue; + text-decoration: underline; } &__copy-link-helptext { right: 44px; + color: $color-black; } &__copy-link-tooltip, @@ -54,7 +57,6 @@ white-space: nowrap; border: 1px solid $color-grey; padding: 5px 10px; - color: $color-black; background: $color-white; transition: opacity ease 0.3s;