]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Only show underline on hover
authorDaniel Imms <daimms@microsoft.com>
Thu, 9 Feb 2017 04:20:18 +0000 (20:20 -0800)
committerDaniel Imms <daimms@microsoft.com>
Thu, 9 Feb 2017 04:20:18 +0000 (20:20 -0800)
src/xterm.css

index 43f2594c54d2821d1bbc8b7cfd0c85f9d462d53d..41dda53c652a3851b087910493cb2aba42fd73d4 100644 (file)
 
 .terminal a {
     color: inherit;
-    /* Feature underline on links even if they have no href */
-    text-decoration: underline;
+    text-decoration: none;
 }
 
 .terminal a:hover {
     cursor: pointer;
+    text-decoration: underline;
 }
 
 .terminal:not(.xterm-cursor-style-underline):not(.xterm-cursor-style-bar) .terminal-cursor {