From 5e063ebc7b49a88b3bc9e34a2f3138b910bdf58d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 13 Nov 2024 22:13:05 +0200 Subject: [PATCH] column resizer style change --- frontend/less/espo/custom.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index a361988ba9..ef66264cfb 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1061,7 +1061,8 @@ input.global-search-input { &:after { content: ""; display: block; - height: var(--38px); + height: var(--16px); + top: var(--11px); width: 0; position: absolute; } @@ -1089,8 +1090,8 @@ input.global-search-input { } } - &:hover, - &.being-column-resized { + //&:hover, + //&.being-column-resized { > th { > .column-resizer { display: block; @@ -1124,7 +1125,7 @@ input.global-search-input { } } } - } + //} } } }