Skip to content

Commit 3f0b77f

Browse files
committed
text decoration none for links in action list which is in page header description
1 parent 492b84a commit 3f0b77f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/components/primer/open_project/page_header.pcss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
text-decoration: underline;
5353
}
5454

55+
.PageHeader-description action-list a {
56+
text-decoration: none;
57+
}
58+
5559
.PageHeader-tabNavBar {
5660
overflow: auto;
5761
}

0 commit comments

Comments
 (0)