From 932e5ce461bea919af824d67accd1b46eaedc648 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 17 Feb 2022 17:55:46 +0200 Subject: [PATCH] style fix --- .../res/templates/record/list-nested-categories.tpl | 11 ++--------- frontend/less/espo/custom.less | 12 ++++++++++++ 2 files changed, 14 insertions(+), 9 deletions(-) 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}}
- {{name}} + > {{name}}
{{/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; + } + } + } } }