Skip to content

Commit

Permalink
add underline on hover to links in overview-list-element
Browse files Browse the repository at this point in the history
  • Loading branch information
Onurcankaratay committed Sep 27, 2024
1 parent 57d52b0 commit 0e9a005
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/encoded/static/scss/encoded/modules/_item-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,14 @@ $badge-item-min-height: 90px;
&:last-child {
border-bottom: none;
}

a {
text-decoration: none;

&:hover {
text-decoration: underline;
}
}
}

&.embedded-item-with-attachment-container {
Expand Down

0 comments on commit 0e9a005

Please sign in to comment.