Skip to content

Commit

Permalink
underline adjusted to be only under feedback text
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Aug 13, 2024
1 parent d2e7320 commit f83d604
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions app/assets/stylesheets/lr_common_styles/_feedback.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
}
}
}
}

0 comments on commit f83d604

Please sign in to comment.