Index: src/wp-content/themes/twentyeleven/style.css
===================================================================
--- src/wp-content/themes/twentyeleven/style.css	(revision 28731)
+++ src/wp-content/themes/twentyeleven/style.css	(working copy)
@@ -635,6 +635,10 @@
 	font-weight: bold;
 }
 
+.menu-item-type-placeholder > a {
+	cursor: default;
+}
+
 /* Search Form */
 #branding #searchform {
 	position: absolute;
Index: src/wp-content/themes/twentyfourteen/style.css
===================================================================
--- src/wp-content/themes/twentyfourteen/style.css	(revision 28731)
+++ src/wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -964,6 +964,10 @@
 	font-weight: 900;
 }
 
+.menu-item-type-placeholder > a {
+	cursor: default;
+}
+
 /* Primary Navigation */
 
 .primary-navigation {
Index: src/wp-content/themes/twentyten/style.css
===================================================================
--- src/wp-content/themes/twentyten/style.css	(revision 28731)
+++ src/wp-content/themes/twentyten/style.css	(working copy)
@@ -460,7 +460,11 @@
 	color: #fff;
 }
 
+.menu-item-type-placeholder > a {
+	cursor: default;
+}
 
+
 /* =Content
 -------------------------------------------------------------- */
 
Index: src/wp-content/themes/twentythirteen/style.css
===================================================================
--- src/wp-content/themes/twentythirteen/style.css	(revision 28731)
+++ src/wp-content/themes/twentythirteen/style.css	(working copy)
@@ -943,6 +943,10 @@
 	display: none;
 }
 
+.menu-item-type-placeholder > a {
+	cursor: default;
+}
+
 /* Navbar */
 .navbar {
 	background-color: #f7f5e7;
Index: src/wp-content/themes/twentytwelve/style.css
===================================================================
--- src/wp-content/themes/twentytwelve/style.css	(revision 28731)
+++ src/wp-content/themes/twentytwelve/style.css	(working copy)
@@ -602,6 +602,9 @@
 .menu-toggle {
 	display: inline-block;
 }
+.menu-item-type-placeholder > a {
+	cursor: default;
+}
 
 /* Banner */
 section[role="banner"] {
