From 2a27c8e6b323ff79e4376450855d3360e8de6dc1 Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Wed, 30 Nov 2016 11:52:07 +0100 Subject: [PATCH] Fix hound warning [SCI-695] --- app/assets/stylesheets/themes/scinote.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index dc08a37fe..1314cfccb 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -1598,7 +1598,7 @@ textarea.textarea-sm { vertical-align: middle; } - li.ui-sortable-helper { + .ui-sortable-helper { cursor: -webkit-grabbing; cursor: grabbing; }