Skip to content

Commit a2608e1

Browse files
authored
Merge pull request #559 from devgeniem/TMS-1259
TMS-1259: Disable link underline in theme.json
2 parents 3836c10 + 9a3c9ac commit a2608e1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
- TMS-1259: Disable link underline in theme.json
11+
1012
## [1.71.2] - 2026-02-25
1113

1214
- TMS-1255: Check for redipress class before indexing contact field

theme.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,14 @@
1111
"typography": {
1212
"dropCap": false
1313
}
14+
},
15+
"styles": {
16+
"elements": {
17+
"link": {
18+
"typography": {
19+
"textDecoration": false
20+
}
21+
}
22+
}
1423
}
1524
}

0 commit comments

Comments
 (0)