1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Underline all links in survey component (#55789)

This commit is contained in:
Kevin Heis
2025-05-23 15:27:26 -07:00
committed by GitHub
parent 2dbc2bd923
commit 7bc43091f9
2 changed files with 8 additions and 2 deletions

View File

@@ -8,3 +8,9 @@
outline-offset: -2px;
box-shadow: 0 0 0 3px inset;
}
.underlineLinks {
a {
text-decoration: underline;
}
}

View File

@@ -104,7 +104,7 @@ export const Survey = () => {
return (
<form
className="f5"
className={cx(styles.underlineLinks, 'f5')}
onSubmit={submit}
ref={formRef}
data-testid="survey-form"
@@ -242,7 +242,7 @@ export const Survey = () => {
)}
<Link
className="f6 text-underline"
className="f6"
href={`/${locale}/site-policy/privacy-policies/github-privacy-statement`}
target="_blank"
>