Skip to content

Commit

Permalink
Merge pull request #60 from epimorphics/issue/114-add-underlines-to-t…
Browse files Browse the repository at this point in the history
…ext-links

Adds underline styles to feedback section
  • Loading branch information
DanielCouzens authored Aug 13, 2024
2 parents afce9c0 + 6f43613 commit 0315ef1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ applications.

## 1.9.4 - 2024-08

- (Dan) Adds underline to link text to meet accessibility requirments [126](https://github.com/epimorphics/lr-landing/issues/126)
- (Dan) Adds underline to link text for the feedback section to meet accessibility requirments [114](https://github.com/epimorphics/standard-reports-ui/issues/114)
- (Dan) Adds underline to link text in the cookie banner to meet accessibility requirments [126](https://github.com/epimorphics/lr-landing/issues/126)

## 1.9.3 - 2023-11-27

Expand Down
16 changes: 16 additions & 0 deletions app/assets/stylesheets/lr_common_styles/_feedback.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,20 @@
margin-top: 2em;
padding-top: 1em;
border-top: 2px solid $lr-green-nav;
p {
a {
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 0315ef1

Please sign in to comment.