chore(client): remove redundant link underline styles (#59783)

This commit is contained in:
Marcos G
2025-04-17 00:27:44 -07:00
committed by GitHub
parent 6a318b5508
commit a12d9b3d59

View File

@@ -221,14 +221,6 @@ p {
a {
color: inherit;
text-decoration: underline;
/* This is required in order to improve text readability in Arabic */
text-underline-position: under;
}
@supports not (text-underline-position: under) {
a {
text-underline-offset: 1em;
}
}
a:hover,