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;