Skip to content

Commit 1b60ba2

Browse files
authored
Merge pull request patternfly#472 from rebeccaalpert/source-link
fix(SourcesCard): Add explicit links style
2 parents b3bc4ef + 70c800e commit 1b60ba2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/module/src/SourcesCard/SourcesCard.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
gap: var(--pf-t--global--spacer--sm);
55
padding-block-start: var(--pf-t--global--spacer--sm);
66
max-width: 22.5rem;
7+
8+
a {
9+
color: var(--pf-t--global--text--color--link--default) !important;
10+
-webkit-text-decoration: var(--pf-t--global--text-decoration--link--line--default) !important;
11+
text-decoration: var(--pf-t--global--text-decoration--link--line--default) !important;
12+
}
713
}
814

915
.pf-chatbot__sources-card {

0 commit comments

Comments
 (0)