Skip to content

Commit

Permalink
Add underline styling for link-tags. DDFFHER-41
Browse files Browse the repository at this point in the history
  • Loading branch information
rasben committed Sep 30, 2024
1 parent 4fd8d3b commit 5e1d3a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stories/Library/tag/tag.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
a.tag {
@extend %text-inline-link;
}

.tag {
color: $color__global-black;
display: inline-flex;
Expand Down

0 comments on commit 5e1d3a2

Please sign in to comment.