diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 2e294621c9..f51255222b 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -834,6 +834,10 @@ input.global-search-input { color: var(--text-muted-color); cursor: grab; vertical-align: top; + + &:active { + cursor: grabbing; + } } > span.item-button {