Skip to content

Commit 840159d

Browse files
authored
Fix underline on project status badge (#6685)
1 parent 719d238 commit 840159d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

warehouse/static/sass/blocks/_status-badge.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@
4444
@include link-focus-state($white);
4545

4646
span {
47-
background-position: 0 1.15em;
48-
background-repeat: repeat-x;
49-
background-size: 100% 1.5px;
50-
@include white-underlined-link;
47+
text-decoration: underline;
5148
}
5249

5350
&:hover {

0 commit comments

Comments
 (0)