diff --git a/app/assets/stylesheets/components/tick-cross.scss b/app/assets/stylesheets/components/tick-cross.scss index 4cf3f1151..58fc81273 100644 --- a/app/assets/stylesheets/components/tick-cross.scss +++ b/app/assets/stylesheets/components/tick-cross.scss @@ -57,10 +57,23 @@ } &-edit-link { + text-align: right; position: absolute; top: -25px; right: -135px; + + a { + border-top: 11px solid transparent; + border-bottom: 10px solid transparent; + border-left: 15px solid transparent; + + &:hover { + color: $link-hover-colour; + } + + } + } &-hint {