diff --git a/src/scss/components/_lists.scss b/src/scss/components/_lists.scss index fc6d4ea4..79865a35 100755 --- a/src/scss/components/_lists.scss +++ b/src/scss/components/_lists.scss @@ -22,7 +22,7 @@ background: $yellow !important; } - :root .notouch &:not(.header):not(.no-click):hover { + :root .notouch:not(.dragging) &:not(.header):not(.no-click):hover { background: rgba(150,150,150,0.1); cursor: pointer; }