Underline all links in survey component (#55789)
This commit is contained in:
@@ -8,3 +8,9 @@
|
||||
outline-offset: -2px;
|
||||
box-shadow: 0 0 0 3px inset;
|
||||
}
|
||||
|
||||
.underlineLinks {
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user