From 69fbf9d1ad59c5504f0902949cf676598246642f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 23 Jan 2024 13:43:28 +0200 Subject: [PATCH] not read emails bolder font --- frontend/less/dark/custom.less | 6 ------ frontend/less/espo/elements/table.less | 8 ++++++++ frontend/less/glass/custom.less | 6 ------ 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/frontend/less/dark/custom.less b/frontend/less/dark/custom.less index 715e3700b1..2e6ec2ec35 100644 --- a/frontend/less/dark/custom.less +++ b/frontend/less/dark/custom.less @@ -3,9 +3,3 @@ body[data-navbar="side"].minimized.side-menu-opened { border-right: 1px solid var(--gray-dark); } } - -.table { - .text-bold { - font-weight: 700; - } -} diff --git a/frontend/less/espo/elements/table.less b/frontend/less/espo/elements/table.less index 68957cf0ee..1e6e94333b 100644 --- a/frontend/less/espo/elements/table.less +++ b/frontend/less/espo/elements/table.less @@ -150,3 +150,11 @@ table td { } } } + +.table { + td.cell { + .text-bold { + font-weight: 700; + } + } +} diff --git a/frontend/less/glass/custom.less b/frontend/less/glass/custom.less index 7a1ef945d9..566f460d6a 100644 --- a/frontend/less/glass/custom.less +++ b/frontend/less/glass/custom.less @@ -281,12 +281,6 @@ select.form-control > option { } } -.table { - .text-bold { - font-weight: 700; - } -} - .list-kanban .kanban-head-container.sticked { background-color: unset; backdrop-filter: @backdrop-filter;