From d160740b1dc841c9b1181ee6700f68b37c0bf256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Thu, 12 Mar 2026 09:33:52 +0200 Subject: [PATCH 1/2] TMS-1259: Disable link underline in theme.json --- theme.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme.json b/theme.json index 6bad0251..5e7fba8e 100644 --- a/theme.json +++ b/theme.json @@ -11,5 +11,14 @@ "typography": { "dropCap": false } + }, + "styles": { + "elements": { + "link": { + "typography": { + "textDecoration": false + } + } + } } } From 9a3c9ac7dbca869a97e90593784fbca5a6e8d85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Thu, 12 Mar 2026 09:34:33 +0200 Subject: [PATCH 2/2] TMS-1259: Update changelog --- CHANGELOG.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index a8e0044a..70543187 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- TMS-1259: Disable link underline in theme.json + ## [1.71.2] - 2026-02-25 - TMS-1255: Check for redipress class before indexing contact field