Allow Alt/option key to disable geometry check and nope cursor

(re: #4646)
This commit is contained in:
Bryan Housel
2018-01-08 15:47:29 -05:00
parent 58eaca2aa0
commit ea9643e08b
3 changed files with 120 additions and 12 deletions
+2 -2
View File
@@ -34,8 +34,8 @@
}
/* `.target-nope` objects are explicitly forbidden to join to */
.node.target.target-nope,
.way.target.target-nope {
.surface:not(.nope-disabled) .node.target.target-nope,
.surface:not(.nope-disabled) .way.target.target-nope {
cursor: not-allowed;
}