]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Use text cursor for invalid links
authorDaniel Imms <daimms@microsoft.com>
Wed, 1 Mar 2017 17:37:16 +0000 (09:37 -0800)
committerDaniel Imms <daimms@microsoft.com>
Wed, 1 Mar 2017 17:37:30 +0000 (09:37 -0800)
Part of #570

src/xterm.css

index 0401e607b214547345aac14e70ca383555ce8d03..b7f120f9c67703f7216b7093d8198142da520b76 100644 (file)
@@ -82,7 +82,7 @@
 }
 
 .terminal a.xterm-invalid-link:hover {
-    cursor: default;
+    cursor: text;
     text-decoration: none;
 }