From 45927053f3dff72aaf475c28b1148e81fc048c77 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 12 Dec 2025 21:48:11 +0200 Subject: [PATCH] fix(ribbon): links in inherited attributes not visible --- apps/client/src/widgets/ribbon/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/ribbon/style.css b/apps/client/src/widgets/ribbon/style.css index b1813d65f..8ffb3e209 100644 --- a/apps/client/src/widgets/ribbon/style.css +++ b/apps/client/src/widgets/ribbon/style.css @@ -355,6 +355,10 @@ body[dir=rtl] .attribute-list-editor { max-height: 200px; overflow: auto; padding: 14px 12px 13px 12px; + + a.reference-link { + text-decoration: underline; + } } /* #endregion */