diff --git a/client/res/templates/record/list-nested-categories.tpl b/client/res/templates/record/list-nested-categories.tpl
index cfd2a5458d..8e9151d91c 100644
--- a/client/res/templates/record/list-nested-categories.tpl
+++ b/client/res/templates/record/list-nested-categories.tpl
@@ -62,21 +62,14 @@
{{#each list}}
{{/each}}
diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less
index 942e1f835d..ae937510d8 100644
--- a/frontend/less/espo/custom.less
+++ b/frontend/less/espo/custom.less
@@ -2610,6 +2610,18 @@ table.table-admin-panel {
left: 1px;
position: relative;
}
+
+ a {
+ &:hover,
+ &:focus {
+ text-decoration: none;
+
+ .category-item-name {
+ text-decoration: underline;
+ color: @gray-soft;
+ }
+ }
+ }
}
}