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,