Skip to content

Commit

Permalink
feat: Add hover effect to footer anchor tags (#135)
Browse files Browse the repository at this point in the history
The anchor tags in footer get underlined when hovered.
![Screenshot 2024-02-20
191150](https://github.com/jenkins-infra/jenkins-io-components/assets/117621286/574a0c90-a80e-4b22-8657-f0c47611e1de)

---------

Co-authored-by: Hervé Le Meur <[email protected]>
  • Loading branch information
lakshmishreea122003 and lemeurherve authored Mar 18, 2024
1 parent 9ff8881 commit 4b7922d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/jio-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ a {
text-underline-offset: 2px;
}

a:hover {
text-decoration: underline;
}

.area {
display: inline-block;
font-size: 0.85rem;
Expand Down

0 comments on commit 4b7922d

Please sign in to comment.