From 616e9ce5f6bdd2a03b19e5bd4fa5897dad0ccd25 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 3 Nov 2016 22:56:39 -0400 Subject: [PATCH] Changed panel-handle cursor to proper 2 directional --- public/sass/pages/_dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sass/pages/_dashboard.scss b/public/sass/pages/_dashboard.scss index a276cbbab8c..4e435f3be4a 100644 --- a/public/sass/pages/_dashboard.scss +++ b/public/sass/pages/_dashboard.scss @@ -197,7 +197,7 @@ div.flot-text { } .resize-panel-handle { - cursor: se-resize; + cursor: nwse-resize; position: absolute; bottom: 0; right: 0;