From a12d9b3d59eba43d67acf3f5f01dabcd9f9e4303 Mon Sep 17 00:00:00 2001 From: Marcos G <63759901+merxgrc@users.noreply.github.com> Date: Thu, 17 Apr 2025 00:27:44 -0700 Subject: [PATCH] chore(client): remove redundant link underline styles (#59783) --- client/src/components/layouts/global.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index 64dead38208..2aad6345808 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -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,