From d8dd1bcff4a171010ddbcada56c3fb7f542b8676 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Tue, 12 Jan 2016 21:30:50 -0500
Subject: [PATCH] remove unneeded cursor style

---
 pd/nw/css/c64.css              | 2 +-
 pd/nw/css/default.css          | 2 +-
 pd/nw/css/extended.css         | 2 +-
 pd/nw/css/inverted.css         | 2 +-
 pd/nw/css/strongbad.css        | 2 +-
 pd/nw/css/subdued.css          | 2 +-
 pd/nw/css/vanilla.css          | 2 +-
 pd/nw/css/vanilla_inverted.css | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pd/nw/css/c64.css b/pd/nw/css/c64.css
index 952b8e7ba..3cd09b94b 100644
--- a/pd/nw/css/c64.css
+++ b/pd/nw/css/c64.css
@@ -137,7 +137,7 @@ p.msg::after {
 /* not sure what this is doing here... */
 text {
     // fill: red;
-    cursor: default;
+    //cursor: default;
 }
 
 /* not sure if this is still needed */
diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css
index c683b33bc..41c912c96 100644
--- a/pd/nw/css/default.css
+++ b/pd/nw/css/default.css
@@ -168,7 +168,7 @@ p.msg::after {
 /* not sure what this is doing here... */
 text {
     // fill: red;
-    cursor: default;
+    //cursor: default;
 }
 
 /* not sure if this is still needed */
diff --git a/pd/nw/css/extended.css b/pd/nw/css/extended.css
index c505e308e..c3d22a156 100644
--- a/pd/nw/css/extended.css
+++ b/pd/nw/css/extended.css
@@ -130,7 +130,7 @@ p.msg::after {
 /* not sure what this is doing here... */
 text {
     // fill: red;
-    cursor: default;
+    //cursor: default;
 }
 
 /* not sure if this is still needed */
diff --git a/pd/nw/css/inverted.css b/pd/nw/css/inverted.css
index 5b09a4e6e..7362a778e 100644
--- a/pd/nw/css/inverted.css
+++ b/pd/nw/css/inverted.css
@@ -140,7 +140,7 @@ p.msg::after {
 /* not sure what this is doing here... */
 text {
     // fill: red;
-    cursor: default;
+    //cursor: default;
 }
 
 /* not sure if this is still needed */
diff --git a/pd/nw/css/strongbad.css b/pd/nw/css/strongbad.css
index 904e0086a..9bf3186d9 100644
--- a/pd/nw/css/strongbad.css
+++ b/pd/nw/css/strongbad.css
@@ -138,7 +138,7 @@ p.msg::after {
 /* not sure what this is doing here... */
 text {
     // fill: red;
-    cursor: default;
+    //cursor: default;
 }
 
 /* not sure if this is still needed */
diff --git a/pd/nw/css/subdued.css b/pd/nw/css/subdued.css
index 0c137fa20..8f6ebe42d 100644
--- a/pd/nw/css/subdued.css
+++ b/pd/nw/css/subdued.css
@@ -132,7 +132,7 @@ p.msg::after {
 /* not sure what this is doing here... */
 text {
     // fill: red;
-    cursor: default;
+    //cursor: default;
 }
 
 /* not sure if this is still needed */
diff --git a/pd/nw/css/vanilla.css b/pd/nw/css/vanilla.css
index 0254d6e7b..97e55fcf2 100644
--- a/pd/nw/css/vanilla.css
+++ b/pd/nw/css/vanilla.css
@@ -131,7 +131,7 @@ p.msg::after {
 /* not sure what this is doing here... */
 text {
     // fill: red;
-    cursor: default;
+    //cursor: default;
 }
 
 /* not sure if this is still needed */
diff --git a/pd/nw/css/vanilla_inverted.css b/pd/nw/css/vanilla_inverted.css
index 3ea0511a0..033f60d34 100644
--- a/pd/nw/css/vanilla_inverted.css
+++ b/pd/nw/css/vanilla_inverted.css
@@ -142,7 +142,7 @@ p.msg::after {
 /* not sure what this is doing here... */
 text {
     // fill: red;
-    cursor: default;
+    //cursor: default;
 }
 
 /* not sure if this is still needed */
-- 
GitLab