From f83d6043ee6ab1ad4520c67f9705c057f8862152 Mon Sep 17 00:00:00 2001 From: Daniel Couzens Date: Tue, 13 Aug 2024 15:24:39 +0100 Subject: [PATCH] underline adjusted to be only under feedback text --- .../stylesheets/lr_common_styles/_feedback.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/lr_common_styles/_feedback.scss b/app/assets/stylesheets/lr_common_styles/_feedback.scss index bd73530..b254f7b 100644 --- a/app/assets/stylesheets/lr_common_styles/_feedback.scss +++ b/app/assets/stylesheets/lr_common_styles/_feedback.scss @@ -4,7 +4,18 @@ border-top: 2px solid $lr-green-nav; p { a { - text-decoration: underline; + text-decoration: underline; + + &[rel="external"] { + &:after { + text-decoration: none; + background-position: 5px 6px; + display: inline-block; + &:hover { + background-position: right -385px + } + } + } } - } + } }